Results 1 to 4 of 4

Thread: C++ Decompiler

  1. #1
    Member
    Join Date
    Dec 2002
    Posts
    41

    C++ Decompiler

    Does anyone know of a good C++ Decompiler. I wrote a program and cannot find anything but the .EXE file. Thanks -JHollings

  2. #2
    There are in fact decompilers out there...

    Resource Hacker: http://www.users.on.net/johnson/resourcehacker/

    And a nice little resource page: http://directory.google.com/Top/Comp...Disassemblers/

    Have fun

  3. #3
    () \/V |\| 3 |) |3\/ |\|3G47|\/3
    Join Date
    Sep 2002
    Posts
    744
    Did you check on AO?

    Here is one post.

    Here is another.

    Good luck!

    Go Finland!
    Deviant Gallery

  4. #4
    Senior Member
    Join Date
    Nov 2001
    Posts
    472
    There's different opinions on how useful it is to decompile a c++ program. For sure there isn't any decompiler that will give you a very good result as too much information is lost during compilation. There was a thread on slashdot about the topic a while ago. Anyone interested should check it out: http://slashdot.org/article.pl?sid=0...id=126&tid=156
    ---
    proactive

Posting Permissions

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