CodelessLibraryVersion | |
CodelessSignatureManager | Manage a set of ExecutableModel, such that an unknown binary can be matched against these
models (see {match(INativeCodeUnit, CodelessSignaturePackageEntry) ), or identified as
containing code from the models (see {identifyLibraries(INativeCodeUnit) ). |
CodelessSignaturePackageEntry | Represent a codeless signature package available through CodelessSignatureManager . |
Constraint | |
ExecutableModelMetadata | |
Func | Definition of a function for codeless signatures; these can be known library functions or unknown functions. |
LibraryIdentificationResults | |
MatchingState | Matching result (not necessarily final), between a target model and a reference model. |
Module | Definition of a library module (i.e. |
ModuleId |
CodelessLibraryID | Make it a dynamic enum for users to add its own libraries? |