AnalysisState in binaryninja::binary_view - Rust

Type Alias AnalysisState

Source

pub type AnalysisState = BNAnalysisState;

#[repr(u32)]

pub enum AnalysisState { InitialState = 0, HoldState = 1, IdleState = 2, DiscoveryState = 3, DisassembleState = 4, AnalyzeState = 5, ExtendedAnalyzeState = 6, }
§

Entry point before any analysis begins

§

Module-level analysis is deferred; On-demand function analysis is permitted

§

No active analysis; system is idle and ready

§

Context gathering and auxiliary data preparation

§

Instruction decoding and control flow discovery

§

Core semantic and structural analysis

§

Supplemental analysis: sweeping, type resolution, and pattern matching