Package ghidra.features.bsim.query.description


package ghidra.features.bsim.query.description
  • Classes
    Class
    Description
     
    A user-defined category associated associated with an executable Specified by a -type- and then the particular -category- (within the type) that the executable belongs to.
     
    Container for metadata about executables (ExecutableRecord), functions (FunctionDescription) and their associated signatures (SignatureRecord) Generally holds sets of functions that are either being inserted into are queried from a BSim database
    Metadata about a specific executable, as stored in a BSim database There are two basic varieties: Normal executables, which can be viewed as a container of functions where each function has a body and an address (and a corresponding feature vector) Library executables, which contains functions that can only be identified by name and have no body (or corresponding feature vector)
     
     
     
    Scan a description XML file and for each <fdesc> tag, parse it, build the FunctionDescription object and call handleFunction