and before i get posts saying this app doesn't do anything: it's a CONSOLE app. run it in a CMD window.
i wrote this little app because ExeScript does not include a decompiler, and I needed to retrieve one of my batch files. yes it should have been done in c++, but hey...the source is here so feel free to port it if you want.
features:
autodetects compiled filetype: javascript, vbs, or batch
finds start of batch file, end of batch file, then decrypts.
works for silent and regular batch files and the other supported filetypes.
ExeScript "encryption" is nothing more than each byte XOR 1, and they had the audacity to call it encryption!
usage:
decompile.exe example.exe
output is either example.js, example.bat, or example.vbs depending on what was compiled.
NOTE:
only tested on evaluation exes, but it should work for the purchased version too (i hope).
This post has been edited by #rootworm: 13 November 2006 - 01:35 AM



Help

Back to top










