m1stadev / PyIMG4

A Python library/CLI tool for parsing Apple's Image4 format.
MIT License
48 stars 8 forks source link

Add initial support for IM4P payload properties (closes #10) #11

Closed m1stadev closed 1 year ago

m1stadev commented 2 years ago

Along with initial support for payload properties, there's a few miscellaneous changes (such as prefixing some modules with an underscore, as to not override stdlib modules, sorting imports, and small bugfixes)