Skip to content
View in the app

A better way to browse. Learn more.

ResHax

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.
Help us keep the site running.

Help decompile a exe

Featured Replies

  • Author
  • Localization

Parody, posted Mon Mar 13, 2017 4:16 pm (21443)


So i got my hands on this one tool where you can compile scripts for a game and im trying to get the code in the executable. But when i try and get a decompiler and decompile the program it says not supported. Is there anyway i can get the source code? Btw the decompiler i used was JetBrains- dotpeak
  • Author
  • Localization

aluigi, posted Mon Mar 13, 2017 4:49 pm (21445)


You need for sure provide more information and what type of output you are expecting.
If your target is really having the original source code then you are 100% wrong :)
If you want some snippets of code (like some functions) then it's ok.

It's also important what's the language on which has been programmed the program, for example for .NET go with
http://ilspy.net/, for Flash https://www.free-decompiler.com/flash/, and so on.
For all the other executables:
- REC http://www.backerstreet.com/rec/rec.htm
- plugin for IDA: https://github.com/yegord/snowman
- Boomerang (not suggested): http://boomerang.sourceforge.net/
Obviously those are the free solutions.
  • Author
  • Localization

atom0s, posted Tue Mar 14, 2017 1:05 am (21448)


Parody wrote:
So i got my hands on this one tool where you can compile scripts for a game and im trying to get the code in the executable. But when i try and get a decompiler and decompile the program it says not supported. Is there anyway i can get the source code? Btw the decompiler i used was JetBrains- dotpeak


dotPeek is specific to .NET IL languages such as C#/Vb.NET and similar. If the program is coded in something else (C/C /Delphi/ASM/etc.) then it will not work. You should first determine what language the program is coded in to determine the best route to take in terms of disassembling and getting some form of readable code back. If the program is not done in a higher level language such as a managed language like C# or similar, then you are not going to have any tools available to get the full source code back since none exist to fully decompile a lower level language such as C or C .
  • Author
  • Localization

Parody, posted Tue Mar 14, 2017 2:18 am (21449)


The tool is a compiler for xsc/csc files for a game called gta 5. I got the source code (i think). So there is an option that lets you open a script and it opens a folder to select a file. The tool creates a folder called "www" and when you try and drag or copy to desktop it says folder not found. But i compressed into a zip and it worked. So idk if its the actual source. Now im just trying to figure out how to decompile any script with xsc or csc file. Xsc is for xbox and csc is for ps3. When I try and decompile a script it gives me an error with a missing opcode which idk what it means
  • Author
  • Localization

Defiance, posted Fri Dec 07, 2018 9:33 pm (41106)


Is this for getting the code of gta 5? I'm sorta new to this and I don't understand everything that's said.
Guest
This topic is now closed to further replies.

Account

Navigation

Search

Search

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.