|
-
Jul 31st, 2001, 02:09 PM
#1
Thread Starter
Frenzied Member
Source Code
Hi to all,
Is there any way that I can see the source code of an exe. I have a few of them and I just have to see the source of them.
Thank in advance to all who reply.
-
Jul 31st, 2001, 02:14 PM
#2
Monday Morning Lunatic
No. When it's compiled you have no way to know whether it was even a C or C++ program (well, you might be able to tell C++ if there's any symbols, but those are normally stripped out to stop reverse-engineering). You can only get the algorithm if you're an experienced ASM programmer and understand where the standard library sections begin/end so you can determine the actual code.
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Aug 8th, 2001, 07:27 PM
#3
PowerPoster
If you are expert at asm then there are lots of decompilers which convert the code to asm
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|