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