Uses of Package
com.pnfsoftware.jeb.core.units.code.asm.sig.codeless
Packages that use com.pnfsoftware.jeb.core.units.code.asm.sig.codeless
Package
Description
The core package and sub-packages define classes and interfaces to interact with and
develop JEB back-end plugins.
Types for "code-less" signatures.
-
Classes in com.pnfsoftware.jeb.core.units.code.asm.sig.codeless used by com.pnfsoftware.jeb.coreClassDescriptionManage a set of
ExecutableModel
, such that an unknown binary can be matched against these models (see {CodelessSignatureManager.match(INativeCodeUnit, CodelessSignaturePackageEntry)
), or identified as containing code from the models (see {CodelessSignatureManager.identifyLibraries(INativeCodeUnit)
). -
Classes in com.pnfsoftware.jeb.core.units.code.asm.sig.codeless used by com.pnfsoftware.jeb.core.units.code.asm.sig.codelessClassDescriptionMake it a dynamic enum for users to add its own libraries?Manage a set of
ExecutableModel
, such that an unknown binary can be matched against these models (see {CodelessSignatureManager.match(INativeCodeUnit, CodelessSignaturePackageEntry)
), or identified as containing code from the models (see {CodelessSignatureManager.identifyLibraries(INativeCodeUnit)
).Represent a codeless signature package available throughCodelessSignatureManager
.Definition of a function for codeless signatures; these can be known library functions or unknown functions.Matching result (not necessarily final), between a target model and a reference model.Definition of a library module (i.e.