Computing.Net > Forums > Programming > C++ decompiler

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

C++ decompiler

Reply to Message Icon

Name: David
Date: May 21, 2002 at 17:35:22 Pacific
Comment:

Does anyone know where can I download C++ decomplier ??
Convert .exe to .CPP ??



Sponsored Link
Ads by Google

Response Number 1
Name: Jeff J
Date: May 21, 2002 at 22:03:19 Pacific
Reply:

It doesn't really work that easily. If it were that simple to reverse engineer binaries, there would be no point in selling software.

What decompilers typically spit out is more akin to assembly than C++. Even then, there are no identifiers for parameters, functions, and so forth, so all you're reading is hex numbers. Aside from string tables and other resources, executable code is purely numbers, with no text left in it.


0
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: C++ decompiler

C++ Decompiler www.computing.net/answers/programming/c-decompiler/4044.html

C/C++ decompiler www.computing.net/answers/programming/cc-decompiler/8503.html

EXE Decompiler www.computing.net/answers/programming/exe-decompiler/8571.html