Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.3 KB

File metadata and controls

38 lines (26 loc) · 1.3 KB

AnalysisRecordBody

Properties

Name Type Description Notes
analysisId Long Analysis ID
analysisScope AnalysisScopeEnum Scope of the analysis
baseAddress Long Binary base address
binaryId Long Binary ID
binaryName String Binary filename
binarySize Long Binary size in bytes
creation OffsetDateTime When the analysis was created
functionBoundariesHash String Hash of the binary's provided function boundaries
isOwner Boolean True when the caller owns the analysis
modelId Long Model ID
modelName String Model name
sha256Hash String SHA-256 hash of the binary
status String Analysis status
tags List<AnalysisTagBody> Tags associated with the binary
username String Username of the analysis owner

Enum: AnalysisScopeEnum

Name Value
PUBLIC "PUBLIC"
PRIVATE "PRIVATE"
TEAM "TEAM"
UNKNOWN_DEFAULT_OPEN_API "unknown_default_open_api"