Class BSimOverviewRowObject
java.lang.Object
ghidra.features.bsim.gui.overview.BSimOverviewRowObject
Table row object for BSim Overview results table
-
Constructor Summary
ConstructorsConstructorDescriptionBSimOverviewRowObject
(SimilarityVectorResult result, Address ad, LSHVectorFactory vectorFactory) -
Method Summary
Modifier and TypeMethodDescriptionint
double
long
-
Constructor Details
-
BSimOverviewRowObject
public BSimOverviewRowObject(SimilarityVectorResult result, Address ad, LSHVectorFactory vectorFactory)
-
-
Method Details
-
getFunctionName
-
getFunctionEntryPoint
-
getHitCount
public int getHitCount() -
getSelfSignificance
public double getSelfSignificance() -
getVectorHash
public long getVectorHash()
-