Getting form/code from a Visual Basic EXE

  • Thread starter Thread starter a104375
  • Start date Start date
  • Tags Tags
    Visual
Click For Summary
Extracting source code from an executable (.exe) file is a challenging process. It is not possible to retrieve the original source code directly from an .exe. However, if the executable was compiled with debugging options enabled, decompilers can be used to reverse-engineer the code to some extent. These tools can provide a reasonable approximation of the original code, but the results may vary in quality and accuracy.
a104375
Messages
1
Reaction score
0
Ok i have an exe of a game that my friend made and i was wondering if its possible to get the form and code of the program out of that exe file.. and yes i do have his permission from him to make some changes but he hasnt had time to get me the visual basic files
 
Computer science news on Phys.org
Possible? Sure.
Anytime in your near future. No.

Turning a .exe back into source code is a very difficult task.
 
It's certainly not possible to get the original source code back out of the exe. On the other hand, if the code was compiled with debugging options turned on, there are some tools called decompilers which can do a reasonable job of decompiling the .exe.

http://en.wikipedia.org/wiki/Decompiler

- Warren
 
Thread 'ChatGPT Examples, Good and Bad'
I've been experimenting with ChatGPT. Some results are good, some very very bad. I think examples can help expose the properties of this AI. Maybe you can post some of your favorite examples and tell us what they reveal about the properties of this AI. (I had problems with copy/paste of text and formatting, so I'm posting my examples as screen shots. That is a promising start. :smile: But then I provided values V=1, R1=1, R2=2, R3=3 and asked for the value of I. At first, it said...

Similar threads

Replies
15
Views
10K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 3 ·
Replies
3
Views
5K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 29 ·
Replies
29
Views
3K
  • · Replies 15 ·
Replies
15
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 1 ·
Replies
1
Views
10K
  • · Replies 9 ·
Replies
9
Views
2K