Releases: mos9527/evbunpack
Releases · mos9527/evbunpack
Version 0.2.4
Add test binaries for packer version 11.00 Detail error messages
Version 0.2.3
QoL: Format code with `black`
Version 0.2.2
Added option to switch unpacker variant (currently supports 10_70, 9_70, 7_80) Added tests for packer version 20210329 (9.70)
Version 0.2.1
Made CLI arguments backwards compatible with pre-0.2.0 versions. Added example usage to README.
Version 0.2.0
Added support for the latest Enigma Virtual Box (10.70 Build 20240522) Added various error checks and handling Major code refactoring and cleanup CI : Added tests for the unpacker CI : Implemented TLS, FS, Overlay checks in the packer test app ...Also, thanks, GitHub Actions.
Version 0.1.9.4.1
This version is released to trigger CI with no other changes been made
Version 0.1.9.4
bugfix : correctly read in unicode strings
Version 0.1.9.3
bugfix : index should be `>= 0` instead of `>0`
Version 0.1.9.2
qol : magic `EVB\x00` search is now done in chunks bugfix : seek to magic once done searching
Version 0.1.9.1
bugfix : reopen files once magic is searched w/ `mmap` Otherwise this would led to some very arbitary behaviors on Windows...somehow