Uses of Package
com.pnfsoftware.jeb.core.units.code.asm.sig
Packages that use com.pnfsoftware.jeb.core.units.code.asm.sig
Package
Description
The core package and sub-packages define classes and interfaces to interact with and
develop JEB back-end plugins.
Types used to implement and access data identifiers, parsers, code analyzers, disassemblers,
decompilers, and debuggers.
Types for library code signatures (siglib) generation and identification.
-
Classes in com.pnfsoftware.jeb.core.units.code.asm.sig used by com.pnfsoftware.jeb.coreClassDescriptionManage a set of
INativeSignaturePackage
, such that a native item (routine, basic block, instruction or data) can be matched against theINativeSignature
contained in these packages. -
Classes in com.pnfsoftware.jeb.core.units.code.asm.sig used by com.pnfsoftware.jeb.core.unitsClassDescriptionManage a set of
INativeSignaturePackage
, such that a native item (routine, basic block, instruction or data) can be matched against theINativeSignature
contained in these packages. -
Classes in com.pnfsoftware.jeb.core.units.code.asm.sig used by com.pnfsoftware.jeb.core.units.code.asm.sigClassDescriptionInformation on the signature target.Characteristics computed on a native item.A native signature is composed of a collection of
INativeFeature
identifying one or several native item(s) -- the target(s) --, and a collection ofINativeAttribute
representing what is known about the target(s).Confidence level associated with a signature.Signing strategies controlINativeSignature
creation.Identifiers for attributes' signers, i.e.Identifiers for features' signers, i.e.Manage a set ofINativeSignaturePackage
, such that a native item (routine, basic block, instruction or data) can be matched against theINativeSignature
contained in these packages.Generation ofINativeSignature
, based on aISigningStrategy
.Result of a match, i.e.Represents a signature package available through theNativeSignatureDBManager
.Metadata associated with a signature package.