m1stadev / PyIMG4

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

parser: Use updated python-asn1 API #33

Open m1stadev opened 11 months ago

m1stadev commented 11 months ago

python-asn1 2.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 that implements context manager support for asn1.Decoder, which could also be included in PyIMG4's source (though I'd rather a fork is made first).

m1stadev commented 7 months ago

PyIMG4 has moved to utilizing python-asn1's context manager for asn1.Encoder in https://github.com/m1stadev/PyIMG4/commit/63f92d257860a61dfe0e3757d847206aca390ef4.