Module resymgen::data_formats

source ·
Expand description

This module contains structs and methods for reading, writing, and manipulating different symbol data formats.

The code for each data format is separated into its own module, including the resymgen YAML format itself (the symgen_yml module).

Re-exports

Modules

  • A Ghidra-compatible symbol table format (.ghidra).
  • A simple CSV format that can be exported directly from a Ghidra project.
  • A JSON symbol table format (.json).
  • The SYM (.sym) format.
  • The resymgen YAML format and associated APIs to integrate with other data formats.

Enums