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
public class ExactMnemonicsFunctionHasher extends ExactInstructionsFunctionHasher
-
-
Field Summary
Fields Modifier and Type Field Description static ExactMnemonicsFunctionHasher
INSTANCE
-
Fields inherited from class ghidra.app.plugin.match.ExactInstructionsFunctionHasher
digest
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected long
hash(TaskMonitor monitor, java.util.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 Detail
-
INSTANCE
public static final ExactMnemonicsFunctionHasher INSTANCE
-
-
Method Detail
-
hash
protected long hash(TaskMonitor monitor, java.util.ArrayList<CodeUnit> units, int byteCount) throws MemoryAccessException, CancelledException
- Overrides:
hash
in classExactInstructionsFunctionHasher
- Throws:
MemoryAccessException
CancelledException
-
-