Skip to content

2.7.0

Compare
Choose a tag to compare
@AngheloAlf AngheloAlf released this 25 Sep 01:36
· 13 commits to master since this release
5f57c95

[2.7.0] - 2024-09-24

Added

  • MapFile.findSymbolByVram and MapFile.findSymbolByVrom methods.
    • Allow to search a symbol given a given address. The address will be treated
      as either a vram address or a vrom address respectively.
  • Add --vram, --vrom and --name arguments to sym_info frontend.
    • Allow to tell to sym_info exactly how to treat the argument instead of
      trying to guess how to use it.
  • sym_info can now detect that an address may belong to a file even when the
    symbol itself may not exist on the mapfile.
    • This can happen for local symbols, for example for rodata literals.

Deprecated

  • MapFile.findSymbolByVramOrVrom.
    • Use MapFile.findSymbolByVram and MapFile.findSymbolByVrom instead.

Fixed

  • Fix typo that prevented using jsonify.