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
Name: AznBoi Date: October 22, 2002 at 15:20:27 Pacific OS: Windows XP CPU/Ram: 512 SDRam
Comment:
Does anyone know where I can get a C++ Decompiler that can decompile EXE files... Hopefully on that can also be used on Visual C++
Summary: 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 ...
Summary: First read this. Now to apend: You are not going to get a good C++ decompile because OOP can be incredibly difficult to decipher properly. Even when you get the results, you lose a good deal of t...