• Hello MLAers! We've re-enabled auto-approval for accounts. If you are still waiting on account approval, please check this thread for more information.

ROM Fiend: A DeclROM, Extended DeclROM, and System ROM parser

I'm working on a modification to extract UnivTables.
Does Hex Fiend have an option to export the parsed template info as text like Resorcerer does?
 
I'm working on a modification to extract UnivTables.
Does Hex Fiend have an option to export the parsed template info as text like Resorcerer does?
As a tree? Sadly no. You can copy individual property values, or the data sections they point to and export that way.

That and highlighting spans in the hex are really features Hex Fiend is lacking.
 
I'm working on a modification to extract UnivTables.
Does Hex Fiend have an option to export the parsed template info as text like Resorcerer does?

I've created forks for these:

  • Add more ROM Maps (including some for PowerPC Macs).

  • Map more ROMs to existing and new ROM Maps.
  • Use ROM Map to label pointers and offsets.
  • Parse ForeignOS.
  • Parse Dispatch Tables.
  • Parse Universal Tables.
  • Fixes and improvements.

  • Copy nodes as text.
  • Hex view uses a different shade for bytes that might not be part of the selected section in the template view.
  • Add a sectiondepth command.
  • View selection range and size in hex and decimal.

Attached a list of ROMs. Each ROM may have M and/or U flags.
  • M = has ROM Map (the ROM Map being used is also listed)
  • U = has Universal Tables
 

Attachments

Back
Top