Module handlers

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