J joevt 6502 Sep 14, 2025 #21 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?
eharmon 6502 Sep 14, 2025 #22 joevt said: 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? Click to expand... 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.
joevt said: 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? Click to expand... 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.
J joevt 6502 Sep 14, 2025 #23 eharmon said: That and highlighting spans in the hex are really features Hex Fiend is lacking. Click to expand... What do you mean by highlighting spans? It will highlight a length of bytes that is the size of the item selected in the template.
eharmon said: That and highlighting spans in the hex are really features Hex Fiend is lacking. Click to expand... What do you mean by highlighting spans? It will highlight a length of bytes that is the size of the item selected in the template.
J joevt 6502 Oct 15, 2025 #24 joevt said: 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? Click to expand... I've created forks for these: GitHub - joevt/68k-mac-rom-maps Contribute to joevt/68k-mac-rom-maps development by creating an account on GitHub. github.com Add more ROM Maps (including some for PowerPC Macs). GitHub - joevt/rom_fiend: Macintosh ROM file template for Hex Fiend Macintosh ROM file template for Hex Fiend. Contribute to joevt/rom_fiend development by creating an account on GitHub. github.com 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. GitHub - joevt/HexFiend: A fast and clever hex editor for macOS A fast and clever hex editor for macOS. Contribute to joevt/HexFiend development by creating an account on GitHub. github.com 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 rom_map_or_univtables.txt rom_map_or_univtables.txt 29.5 KB · Views: 1
joevt said: 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? Click to expand... I've created forks for these: GitHub - joevt/68k-mac-rom-maps Contribute to joevt/68k-mac-rom-maps development by creating an account on GitHub. github.com Add more ROM Maps (including some for PowerPC Macs). GitHub - joevt/rom_fiend: Macintosh ROM file template for Hex Fiend Macintosh ROM file template for Hex Fiend. Contribute to joevt/rom_fiend development by creating an account on GitHub. github.com 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. GitHub - joevt/HexFiend: A fast and clever hex editor for macOS A fast and clever hex editor for macOS. Contribute to joevt/HexFiend development by creating an account on GitHub. github.com 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