Uses of Enum Class
com.pnfsoftware.jeb.core.units.code.asm.sig.NativeAttributeSignerID
Packages that use NativeAttributeSignerID
Package
Description
Types for library code signatures (siglib) generation and identification.
-
Uses of NativeAttributeSignerID in com.pnfsoftware.jeb.core.units.code.asm.sig
Methods in com.pnfsoftware.jeb.core.units.code.asm.sig that return NativeAttributeSignerIDModifier and TypeMethodDescriptionstatic NativeAttributeSignerID
Returns the enum constant of this class with the specified name.static NativeAttributeSignerID[]
NativeAttributeSignerID.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 NativeAttributeSignerIDModifier and TypeMethodDescriptionISigningStrategy.getAttributeSigners
(INativeCodeAnalyzer<IInstruction> analyzer, INativeItem item) Provides the IDs of the attribute signers that should be used to collect information from the given native item.