Expand description
This provides the handlers for the decompiler
Modules§
- Handles binary operation instructions.
- Contains general handlers for instructions.
- Handles identifier instructions.
- Handles jump instructions.
- Handles literal instructions.
- Handles instructions that are not useful to our decompiler.
- Handles instructions with one operand.
- Handles member access instructions.
- Handles cases with a variable number of operands.
Traits§
- Represents an opcode handler for the decompiler.
Functions§
- Gets the global opcode handlers.