Releases: g0tmi1k/exe2hex
Releases · g0tmi1k/exe2hex
v1.5.1 - Bug fix
v1.5 - WinEXE Support
v1.5: Add WinEXE support & remove BAT limitations with telnet
v1.4.1 - Bug fixes
Fixes the issues with:
- PowerShell output not compiling.
- PowerShell not overwriting the temporary file.
- Telnet mode always trying to run.
v1.4 - Telnet Support
By using Expect, exe2hex automates transfering a file via a Telnet session by executing all the necessary commands
v1.3 - Remove DEBUG.exe 64k limitation & Compression option
- Remove DEBUG.exe 64k file size limitation!
- Add command line argument to compress files before converting (
-c
or-cc
) - Added more display output (standard and verbose)
- Various bug fixes
v1.2 - Python 3 & Speed improvements
- Moved to Python 3 (v1.1 uses Python 2.x)
- BATch mode - If the binary file is larger than 64k, it will clone it and try and compress it (using
strip
andupx
if installed). - Quicker speeds. (e.g. PoSh:
accesschk.exe
only takes 2 seconds rather than 1:23 minutes!) - Altered the output to be 'cleaner' to read
- Various bug fixes