Skip to content

Releases: mos9527/evbunpack

Version 0.2.4

17 Oct 09:51
Compare
Choose a tag to compare
Add test binaries for packer version 11.00
Detail error messages

Version 0.2.3

24 Sep 11:44
Compare
Choose a tag to compare
QoL: Format code with `black`

Version 0.2.2

17 Jun 05:03
Compare
Choose a tag to compare
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

11 Jun 15:02
Compare
Choose a tag to compare
Made CLI arguments backwards compatible with pre-0.2.0 versions.
Added example usage to README.

Version 0.2.0

07 Jun 05:13
Compare
Choose a tag to compare
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

17 Jan 15:08
15c74b4
Compare
Choose a tag to compare
This version is released to trigger CI with no other changes been made

Version 0.1.9.4

30 Oct 08:09
Compare
Choose a tag to compare
bugfix : correctly read in unicode strings

Version 0.1.9.3

30 Oct 07:50
Compare
Choose a tag to compare
bugfix : index should be `>= 0` instead of `>0`

Version 0.1.9.2

29 Oct 04:43
Compare
Choose a tag to compare
qol : magic `EVB\x00` search is now done in chunks
bugfix : seek to magic once done searching

Version 0.1.9.1

28 Oct 15:52
Compare
Choose a tag to compare
bugfix : reopen files once magic is searched w/ `mmap`
Otherwise this would led to some very arbitary behaviors on Windows...somehow