Package com.pnfsoftware.jeb.core.units.code.asm.sig
package com.pnfsoftware.jeb.core.units.code.asm.sig
Types for library code signatures (siglib) generation and identification.
-
ClassDescriptionInformation 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.Definition of a signature package, managed by theNativeSignatureDBManager
.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
.Unique identifiers for signatures packagesMetadata associated with a signature package.Throw when a native signature can not be computed on a native item.Generator of native signature files (*.siglib
) for JEB.