Skip to main content

Crate nabla_decompiler

Crate nabla_decompiler 

Source
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§

DecompileRequest
Request structure for decompilation operations
Decompiler
Main decompiler interface
DecompilerEngine
Engine for handling decompilation operations

Enums§

DecompilerResult
Result type for decompilation operations