fuzziqersoftware / resource_dasm

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

new tool: icon_dearchiver: dearchive Icon Archiver's icon archives #49

Closed Kristine1975 closed 2 years ago

Kristine1975 commented 2 years ago

I've been working on this on and off for the past few months, and frankly I'm sick of it ;-) It supports both Icon Archiver 2 and 4 (the only versions in existence as far as I know). I tested it with some huge archives (30k+ icons), and it seems to work ok. The TODOs refer mostly to possible additional features.

As you can see from the ???s in the code, a fair amount of the archive's format is still a mystery. But as long as it works...

(note to self: don't use it to dearchive (unarchive?) 9000+ icons into a single folder, and then open that folder in OS 9's Finder...)