MemorySearcher

Package: ghidra.features.base.memsearch.searcher
Type: class

12.1_PUBLIC

modifiedmethod: findNext
return type: MemoryMatch → MemoryMatch
- ghidra.features.base.memsearch.searcher.MemoryMatch findNext(ghidra.program.model.address.Address start, ghidra.util.task.TaskMonitor monitor)
+ ghidra.features.base.memsearch.searcher.MemoryMatch<T> findNext(ghidra.program.model.address.Address start, ghidra.util.task.TaskMonitor monitor)
modifiedmethod: findOnce
return type: MemoryMatch → MemoryMatch
- ghidra.features.base.memsearch.searcher.MemoryMatch findOnce(ghidra.program.model.address.Address start, boolean forward, ghidra.util.task.TaskMonitor monitor)
+ ghidra.features.base.memsearch.searcher.MemoryMatch<T> findOnce(ghidra.program.model.address.Address start, boolean forward, ghidra.util.task.TaskMonitor monitor)
modifiedmethod: findPrevious
return type: MemoryMatch → MemoryMatch
- ghidra.features.base.memsearch.searcher.MemoryMatch findPrevious(ghidra.program.model.address.Address start, ghidra.util.task.TaskMonitor monitor)
+ ghidra.features.base.memsearch.searcher.MemoryMatch<T> findPrevious(ghidra.program.model.address.Address start, ghidra.util.task.TaskMonitor monitor)

11.2_PUBLIC

introducedInitial version