Expand description
Core types and data structures for binary analysis
Structs§
- Analysis
Result - Complete analysis result
- Basic
Block - Basic block in control flow graph
- Binary
Metadata - Binary metadata
- Complexity
Metrics - Complexity metrics for control flow
- Control
Flow Graph - Control flow graph
- Entropy
Analysis - Entropy analysis results
- Entropy
Region - High entropy region
- Export
- Export information
- Function
- Function information
- Import
- Import information
- Instruction
- Disassembled instruction
- Packing
Indicators - Packing indicators
- Parameter
- Function parameter
- Section
- Binary section information
- Section
Permissions - Section permissions
- Security
Features - Security features detected in the binary
- Security
Indicators - Security indicators
- Symbol
- Symbol information
Enums§
- Architecture
- Supported architectures
- Binary
Format - Supported binary formats
- Control
Flow - Control flow information
- Endianness
- Endianness
- Function
Type - Function types
- Instruction
Category - Instruction categories
- Obfuscation
Level - Obfuscation level
- Parameter
Location - Parameter location
- Section
Type - Section types
- Symbol
Binding - Symbol binding
- Symbol
Type - Symbol types
- Symbol
Visibility - Symbol visibility
Traits§
- Binary
Format Parser - Trait for binary format parsers
- Binary
Format Trait - Trait implemented by all binary formats