PyIMG4
PyIMG4 copied to clipboard
A Python library/CLI tool for parsing Apple's Image4 format.
updates: - [github.com/astral-sh/ruff-pre-commit: v0.3.7 → v0.6.7](https://github.com/astral-sh/ruff-pre-commit/compare/v0.3.7...v0.6.7)
[`python-asn1` 2.7.0](https://github.com/andrivet/python-asn1/releases/tag/v2.7.0) adds context manager support for `asn1.Encoder`. PyIMG4's parsing code can be updated to utilize this. There is also a version by @dhinakg [here](https://gist.github.com/dhinakg/cba6817147014891ad241abce4f1ad27) that implements context manager support...
Adding in support for IMG4 superblocks (e.g. dumped off `disk1` on an *OS device) can serve as an easy method for firmware/IM4M extraction. Most likely could be done via a...
Hi, can you please take a look into following crash (it's _sigkill_ed according to _strace_ ) of command: `python3 -m pyimg4 im4p create -i work/ramdisk.dmg -o work/ramdisk.im4p -f rdsk` ?...
This project requires pylzss 0.3.4. The newest version at the time of this message is 0.3.8.