Crate gbf_core

Source
Expand description

This crate provides basic block definitions, function definitions, module definitions, graph definitions, instruction definitions, opcode definitions, and operand definitions.

Modules§

  • This module contains basic block definitions and operations.
  • This module reads bytecode from a reader and disassembles it.
  • This module contains the logic to visualize the control flow graph of a module.
  • Decompiler module
  • This module contains the definition of a function.
  • This module contains the definition of Graal IO.
  • This module contains the definition of an instruction.
  • This module contains the definition of a module.
  • This module contains the definition of an opcode.
  • This module contains the definition of an operand.
  • This module contains utility functions and types.

Macros§

Functions§