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.
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.
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.
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
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
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
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
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
- This should allow us to unpack basically anything EVB would produce
- So far, both x86 and x64 PEs are tested with / without overlays
- The produced PE isn't exactly byte-perfect though. Issues are:
-- SizeOfImage is not recalculated
-- Things about heap size / stack size in the NT headers are not restored
-- .engima bytes still remained in the header parts
I should try to fix these later. But for what we have now, I'd conisder it done.