fuzziqersoftware / resource_dasm

Classic Mac OS resource fork and application disassembler, with reverse-engineering tools for specific applications
MIT License
108 stars 12 forks source link

New templates for audt, dbex, mach, flst, fmap, glby, lstr, mitq… #36

Closed Kristine1975 closed 1 year ago

Kristine1975 commented 2 years ago

New templates for audt, dbex, mach, flst, fmap, glby, lstr, mitq, RECT, slut (ahem), thn#, ppci, pslt, ptbl, rtt# and itl0 resources Strings in labeled TMPL-entry are surrounded by '' like single characters and OSTypes Actually use case_names when formatting an integer Change case_names key to 64 bit, so it works with 32 bit unsigned integers

Kristine1975 commented 1 year ago

Did you write them yourself from documentation, or did you find existing TMPLs somewhere?

Most I adapted from Resorcerer TMPLs (it has this neat function to jump from a resource to its TMPL). For some others I digged into Inside Macintosh and available source code. And some were obvious just from opening them in a hex view, like RECT and lstr.