Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

[release] ExeScript 2.1.1 Decompiler 1.1

Featured Replies

.Net 2.0 required

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).

Edited by #rootworm

  • Author

updated to version 1.1

changes:

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.txt

Decompile.exe

Edited by #rootworm

  • 1 year later...

can you build a decompiler for this tool ? http://www.vbs2exe.com ?

Regards,

  • 2 weeks later...
  • Author

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.

  • 3 years later...
  • 4 months later...

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

  • 11 months later...

I get this error:

C:\Users\TheExterminator\Desktop>Decompile.exe test.exe

ExeScript 2.1.1 Decompiler 1.1

Error: Unable to locate start of batch file.

Probably not created by ExeScript 2.1.1!

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.