Package ghidra.app.plugin.match
Interface FunctionHasher
-
- All Known Implementing Classes:
AbstractFunctionHasher
,ExactBytesFunctionHasher
,ExactInstructionsFunctionHasher
,ExactMnemonicsFunctionHasher
public interface FunctionHasher
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
commonBitCount(Function funcA, Function funcB, TaskMonitor monitor)
long
hash(Function function, TaskMonitor monitor)
-
-
-
Method Detail
-
hash
long hash(Function function, TaskMonitor monitor) throws CancelledException
- Throws:
CancelledException
-
commonBitCount
int commonBitCount(Function funcA, Function funcB, TaskMonitor monitor)
-
-