Expand description
Nabla Binary Decompiler Engine
Provides binary analysis, control flow graph generation, and pseudocode lifting for reverse engineering and security analysis of embedded systems firmware.
Re-exports§
pub use types::*;
Modules§
- analysis
- Function identification and analysis
- cfg
- Control Flow Graph generation using Petgraph
- cfg_
analyzer - Architecture-specific CFG analysis traits
- disasm
- Binary disassembly using Capstone
- lifting
- Pseudocode generation and lifting from assembly
- patcher
- Binary patching with safe state management and rollback
- types
- Core data types for the decompiler
Structs§
- Decompile
Request - Request structure for decompilation operations
- Decompiler
- Main decompiler interface
- Decompiler
Engine - Engine for handling decompilation operations
Enums§
- Decompiler
Result - Result type for decompilation operations