Module decompiler

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

ProcessedInstruction
Represents a processed instruction
ProcessedInstructionBuilder
Builder for constructing a ProcessedInstruction.