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
Fields -
Method Summary
Modifier and TypeMethodDescriptionintcommonBitCount(Function funcA, Function funcB, TaskMonitor monitor) protected longhash(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:
hashin classAbstractFunctionHasher- Throws:
MemoryAccessExceptionCancelledException
-