Skip to content

PyIMG4 0.6.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@m1stadev m1stadev released this 13 Jun 05:52
· 122 commits to master since this release
3d758fc

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 present
    • IM4PData.__repr__() now returns the length in hexadecimal
  • pyimg4.IM4M
    • IM4M.apnonce is now returned as bytes instead of str
    • IM4M.sepnonce is now returned as bytes instead of str

Full Changelog: v0.6.1...v0.6.2