Expand description
This provides the handlers for the decompiler
Modules§
- bin_op
- Handles binary operation instructions.
- builtins
- Contains built-in handlers for instructions.
- general
- Contains general handlers for instructions.
- identifier
- Handles identifier instructions.
- jump
- Handles jump instructions.
- literal
- Handles literal instructions.
- nop
- Handles instructions that are not useful to our decompiler.
- short_
circuit - Handles short-circuit instructions.
- special_
one_ operand - Handles instructions with one operand.
- special_
three_ operand - Handles instructinos with three operands.
- special_
two_ operand - Handles instructions with two operands.
- un_op
- Handles unary operation instructions.
- variable_
operand - Handles cases with a variable number of operands.
Traits§
- Opcode
Handler - Represents an opcode handler for the decompiler.
Functions§
- global_
opcode_ handlers - Gets the global opcode handlers.