Package ghidra.app.plugin.match
Class ExactBytesFunctionHasher
java.lang.Object
ghidra.app.plugin.match.AbstractFunctionHasher
ghidra.app.plugin.match.ExactBytesFunctionHasher
- All Implemented Interfaces:
FunctionHasher
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
commonBitCount
(Function funcA, Function funcB, TaskMonitor monitor) protected long
hash
(TaskMonitor monitor, ArrayList<CodeUnit> units, int byteCount) Methods inherited from class ghidra.app.plugin.match.AbstractFunctionHasher
getAllCodeUnits, hash
-
Field Details
-
INSTANCE
-
-
Method Details
-
commonBitCount
-
hash
protected long hash(TaskMonitor monitor, ArrayList<CodeUnit> units, int byteCount) throws MemoryAccessException, CancelledException - Specified by:
hash
in classAbstractFunctionHasher
- Throws:
MemoryAccessException
CancelledException
-