Uses of Enum Class
com.pnfsoftware.jeb.core.units.code.asm.sig.INativeSignature.ConfidenceLevel
Packages that use INativeSignature.ConfidenceLevel
Package
Description
Types for library code signatures (siglib) generation and identification.
-
Uses of INativeSignature.ConfidenceLevel in com.pnfsoftware.jeb.core.units.code.asm.sig
Methods in com.pnfsoftware.jeb.core.units.code.asm.sig that return INativeSignature.ConfidenceLevelModifier and TypeMethodDescriptionINativeSignature.getConfidenceLevel()
Provides the confidence level of this signature, seeINativeSignature.ConfidenceLevel
.NativeSignatureMatchResult.getConfidenceLevel()
Returns the enum constant of this class with the specified name.static INativeSignature.ConfidenceLevel[]
INativeSignature.ConfidenceLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.pnfsoftware.jeb.core.units.code.asm.sig with parameters of type INativeSignature.ConfidenceLevelModifierConstructorDescriptionNativeSignatureMatchResult
(INativeMethodItem target, List<INativeSignature> signatures, boolean completeMatch, INativeSignature.ConfidenceLevel confidenceLevel)