Results 1 to 3 of 3

Thread: Source Code

  1. #1

    Thread Starter
    Frenzied Member vbgladiator's Avatar
    Join Date
    May 2001
    Posts
    1,950

    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.

  2. #2
    Monday Morning Lunatic parksie's Avatar
    Join Date
    Mar 2000
    Location
    Mashin' on the motorway
    Posts
    8,169
    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

  3. #3
    PowerPoster abdul's Avatar
    Join Date
    Dec 2000
    Location
    Ontario,Canada
    Posts
    2,827
    If you are expert at asm then there are lots of decompilers which convert the code to asm
    Baaaaaaaaah

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width