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§
- OpcodeHandler 
- Represents an opcode handler for the decompiler.
Functions§
- global_opcode_ handlers 
- Gets the global opcode handlers.