PyIMG4 0.6.2
Pre-release
Pre-release
Mostly a bugfix update, but the API has been slightly changed as well.
Major Changes
- Support for "extra" data in
complzss
payloads in the CLI (A.K.A. KPP binary on A7-A9 kernelcaches) - Fix
pyimg4 im4p extract
- Cleaner error messages in the CLI
API Changes
pyimg4.IM4PData
IM4PData.output()
now returns a named tuple with the data and any ASN.1-formatted keybags, if presentIM4PData.__repr__()
now returns the length in hexadecimal
pyimg4.IM4M
IM4M.apnonce
is now returned asbytes
instead ofstr
IM4M.sepnonce
is now returned asbytes
instead ofstr
Full Changelog: v0.6.1...v0.6.2