#rootworm Posted November 11, 2006 Posted November 11, 2006 (edited) .Net 2.0 requiredand 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 batchfinds 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.exeoutput 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). Edited November 13, 2006 by #rootworm
#rootworm Posted November 13, 2006 Author Posted November 13, 2006 (edited) updated to version 1.1changes:now supports ExeScript exes which have undergone extensive resource editing, and thus have slightly modified data headers.also added a quick little error check to see if file exists before opening, but that's the only error handling.also attached the updated c# source.Decompile.cs.txtDecompile.exe Edited November 13, 2006 by #rootworm
Guest ArmBoy Posted March 26, 2008 Posted March 26, 2008 can you build a decompiler for this tool ? http://www.vbs2exe.com ?Regards,
#rootworm Posted April 6, 2008 Author Posted April 6, 2008 (edited) i'll write an app in a bit. Edited April 14, 2008 by #rootworm
#rootworm Posted April 14, 2008 Author Posted April 14, 2008 VBS2EXE decompiler posted at TPB and Demonoid.VBS2EXE seems kinda buggy... it doesn't seem to like large scripts. This first version of the decompiler isn't ideal, but it should work for most scripts. In the future if I can get VirtualProtectEx API to work properly in Vista I'll update the decompiler.Also, updated version of ExeScript decompiler which defeats the 128 bit crypto in 3.0 and 3.01 is on TPB.
skypeaful Posted July 19, 2011 Posted July 19, 2011 Thank for the program but I seem doesn't work for Exescript 3.x.
qwertzuiop Posted November 25, 2011 Posted November 25, 2011 I have done it, but i found no way to decode the vbs. Can you help me? I can send you the file. Thanks.Patrick
TheExterminator Posted November 18, 2012 Posted November 18, 2012 I get this error:C:\Users\TheExterminator\Desktop>Decompile.exe test.exeExeScript 2.1.1 Decompiler 1.1Error: Unable to locate start of batch file.Probably not created by ExeScript 2.1.1!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now