Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 1.36 KB

File metadata and controls

29 lines (21 loc) · 1.36 KB

AnalysisRecord

Properties

Name Type Description Notes
analysisId Integer ID to identify analysis
analysisScope String Scope of the analysis
binaryId Integer ID to identify the binary analyse
modelId Integer ID to identify the model used for analysis
modelName String Name of the model used for analysis
status String The current status of analysis
creation OffsetDateTime The datetime of when the analysis was created
isOwner Boolean Whether the current user is the owner of a binary
binaryName String The name of the file uploaded
sha256Hash String The hash of the binary
functionBoundariesHash String The hash of the function boundaries
binarySize Integer The size of the binary
username String The username of the analysis owner
dynamicExecutionStatus AppApiRestV2AnalysesEnumsDynamicExecutionStatus [optional]
dynamicExecutionTaskId Integer [optional]
baseAddress BigInteger The base address of the binary
tags List<TagItem> List of tags associated with the analysis [optional]