Package ghidra.app.plugin.match
Interface FunctionHasher
- All Known Implementing Classes:
AbstractFunctionHasher,ExactBytesFunctionHasher,ExactInstructionsFunctionHasher,ExactMnemonicsFunctionHasher
public interface FunctionHasher
-
Method Summary
Modifier and TypeMethodDescriptionintcommonBitCount(Function funcA, Function funcB, TaskMonitor monitor) longhash(Function function, TaskMonitor monitor)
-
Method Details
-
hash
- Throws:
CancelledException
-
commonBitCount
-