Exe2hex Versions Save

Inline file transfer using in-built Windows tools (DEBUG.exe or PowerShell).

1.5.1

5 years ago

Issues with Get-ChildItem causing shells to hang

1.5

6 years ago

1.4.1

7 years ago

Fixes the issues with:

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

1.4

8 years ago

By using Expect, exe2hex automates transfering a file via a Telnet session by executing all the necessary commands

1.3

8 years ago
  • 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

1.2

8 years ago
  • 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

1.1

8 years ago