Uses of Interface
com.pnfsoftware.jeb.core.units.code.asm.sig.INativeSignature
Packages that use INativeSignature
Package
Description
Types for library code signatures (siglib) generation and identification.
-
Uses of INativeSignature in com.pnfsoftware.jeb.core.units.code.asm.sig
Methods in com.pnfsoftware.jeb.core.units.code.asm.sig that return INativeSignatureModifier and TypeMethodDescriptionNativeSignatureGenerator.generateSignature(INativeCodeAnalyzer<IInstruction> analyzer, INativeMethodItem routine, Set<NativeFeatureSignerID> clientProvidedFeatureSigners, Set<NativeAttributeSignerID> clientProvidedAttributeSigners) Generate a new signature for a routine, following the default strategy.Methods in com.pnfsoftware.jeb.core.units.code.asm.sig that return types with arguments of type INativeSignatureModifier and TypeMethodDescriptionINativeSignaturePackage.getSignatures()NativeSignatureMatchResult.getSignatures()NativeSignaturePackageEntry.getSignatureToWrite()Retrieve the signatures that should be added to the package.Methods in com.pnfsoftware.jeb.core.units.code.asm.sig with parameters of type INativeSignatureModifier and TypeMethodDescriptionvoidNativeSignaturePackageEntry.addSignatureToWrite(INativeSignature sig) Add a signature to be written into the package.booleanINativeSignature.match(INativeSignature signature) Check if this signature's features are all matched by one of the given signature's features.booleanINativeSignature.matchExactly(INativeSignature signature) Exact match, i.e.Constructor parameters in com.pnfsoftware.jeb.core.units.code.asm.sig with type arguments of type INativeSignatureModifierConstructorDescriptionNativeSignatureMatchResult(INativeMethodItem target, List<INativeSignature> signatures, boolean completeMatch, INativeSignature.ConfidenceLevel confidenceLevel)