Uses of Enum Class
com.pnfsoftware.jeb.core.units.code.asm.sig.NativeFeatureSignerID
Packages that use NativeFeatureSignerID
Package
Description
Types for library code signatures (siglib) generation and identification.
-
Uses of NativeFeatureSignerID in com.pnfsoftware.jeb.core.units.code.asm.sig
Methods in com.pnfsoftware.jeb.core.units.code.asm.sig that return NativeFeatureSignerIDModifier and TypeMethodDescriptionstatic NativeFeatureSignerID
Returns the enum constant of this class with the specified name.static NativeFeatureSignerID[]
NativeFeatureSignerID.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pnfsoftware.jeb.core.units.code.asm.sig that return types with arguments of type NativeFeatureSignerIDModifier and TypeMethodDescriptionISigningStrategy.getFeatureSigners
(INativeCodeAnalyzer<IInstruction> analyzer, INativeItem item) Provides the IDs of the feature signers that should be used to compute the features of the given native item.Method parameters in com.pnfsoftware.jeb.core.units.code.asm.sig with type arguments of type NativeFeatureSignerIDModifier 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.