Package ghidra.program.model.correlate
Class HashEntry
java.lang.Object
ghidra.program.model.correlate.HashEntry
Cross-reference container for different n-grams that share a particular hash
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
hash
-
instList
-
-
Constructor Details
-
HashEntry
-
-
Method Details
-
hasDuplicateBlocks
public boolean hasDuplicateBlocks()- Returns:
- true if any two InstructHash for this HashEntry share the same parent Block
-