Skip to content

Releases: g0tmi1k/exe2hex

v1.5.1 - Bug fix

18 Feb 07:20
Compare
Choose a tag to compare

Issues with Get-ChildItem causing shells to hang

v1.5 - WinEXE Support

09 Jun 09:52
Compare
Choose a tag to compare
v1.5: Add WinEXE support & remove BAT limitations with telnet

v1.4.1 - Bug fixes

30 Jun 19:26
Compare
Choose a tag to compare

Fixes the issues with:

  • PowerShell output not compiling.
  • PowerShell not overwriting the temporary file.
  • Telnet mode always trying to run.

v1.4 - Telnet Support

14 Apr 14:41
Compare
Choose a tag to compare

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

25 Jan 22:04
Compare
Choose a tag to compare
  • 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

15 Jan 12:45
Compare
Choose a tag to compare
  • 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 and upx 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

v1.1 - First release

17 Nov 10:03
Compare
Choose a tag to compare