Package com.tonic.analysis.fingerprint.features
The feature levels a method fingerprint is built from.
-
Interface Summary Interface Description FeatureVector A hashable feature set extracted from a method at one fingerprint level. -
Class Summary Class Description Level0Features Ultra-stable fingerprint features: normalized signature shape plus called, accessed, and instantiated targets.Level1Features Stable fingerprint features: loop and block-count shape plus branch, arithmetic, and invoke histograms.Level2Features Detailed fingerprint features: opcode-category bigrams, CFG edge and terminator histograms, and dominance depth.