MemoryBytePatternSearcher

Package: ghidra.util.bytesearch
Type: class

12.1_PUBLIC

addedmethod: searchAll
void searchAll(ghidra.program.model.listing.Program program, ghidra.util.task.TaskMonitor monitor) throws CancelledException
modifiedmethod: postMatchApply
param 1 renamed: matchactions → actions; param 2 renamed: addr → address
- void postMatchApply(ghidra.util.bytesearch.MatchAction[] matchactions, ghidra.program.model.address.Address addr)
+ void postMatchApply(ghidra.util.bytesearch.MatchAction[] actions, ghidra.program.model.address.Address address)
modifiedmethod: preMatchApply
param 1 renamed: matchactions → actions; param 2 renamed: addr → address
- void preMatchApply(ghidra.util.bytesearch.MatchAction[] matchactions, ghidra.program.model.address.Address addr)
+ void preMatchApply(ghidra.util.bytesearch.MatchAction[] actions, ghidra.program.model.address.Address address)

9.2_PUBLIC

introducedInitial version