Package ghidra.app.plugin.match
Class ExactMnemonicsFunctionHasher
java.lang.Object
ghidra.app.plugin.match.AbstractFunctionHasher
ghidra.app.plugin.match.ExactInstructionsFunctionHasher
ghidra.app.plugin.match.ExactMnemonicsFunctionHasher
- All Implemented Interfaces:
FunctionHasher
-
Field Summary
Fields inherited from class ghidra.app.plugin.match.ExactInstructionsFunctionHasher
digest
-
Method Summary
Modifier and TypeMethodDescriptionprotected long
hash
(TaskMonitor monitor, ArrayList<CodeUnit> units, int byteCount) Methods inherited from class ghidra.app.plugin.match.ExactInstructionsFunctionHasher
commonBitCount
Methods inherited from class ghidra.app.plugin.match.AbstractFunctionHasher
getAllCodeUnits, hash
-
Field Details
-
INSTANCE
-
-
Method Details
-
hash
protected long hash(TaskMonitor monitor, ArrayList<CodeUnit> units, int byteCount) throws MemoryAccessException, CancelledException - Overrides:
hash
in classExactInstructionsFunctionHasher
- Throws:
MemoryAccessException
CancelledException
-