Expand description
Decompiler module
Modules§
- ast
- This provides the AST for the decompiler.
- execution_
frame - The state of execution for the decompiler
- function_
decompiler - This assists in decompiling one function
- function_
decompiler_ context - This provides the context for the decompiler
- handlers
- This provides the handlers for the decompiler
- structure_
analysis - This is responsible for control flow analysis
Structs§
- Processed
Instruction - Represents a processed instruction
- Processed
Instruction Builder - Builder for constructing a
ProcessedInstruction
.