Package ghidra.program.model.correlate
Class Hash
java.lang.Object
ghidra.program.model.correlate.Hash
- All Implemented Interfaces:
Comparable<Hash>
This encodes the main hash value for an n-gram, and the number of Instructions hashed
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
protected int
protected int
-
Constructor Summary
-
Method Summary
-
Field Details
-
SEED
public static final int SEED- See Also:
-
ALTERNATE_SEED
public static final int ALTERNATE_SEED- See Also:
-
value
protected int value -
size
protected int size
-
-
Constructor Details
-
Hash
public Hash(int val, int sz)
-
-
Method Details