Package ghidra.program.model.correlate
Class HashEntry
- java.lang.Object
-
- ghidra.program.model.correlate.HashEntry
-
public class HashEntry extends java.lang.Object
Cross-reference container for different n-grams that share a particular hash
-
-
Field Summary
Fields Modifier and Type Field Description protected Hash
hash
java.util.LinkedList<InstructHash>
instList
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
hasDuplicateBlocks()
-
-
-
Field Detail
-
hash
protected Hash hash
-
instList
public java.util.LinkedList<InstructHash> instList
-
-
Constructor Detail
-
HashEntry
public HashEntry(Hash h)
-
-