RE: C++ Decompiler
once you compile a program it's nearly impossible to have the source code again. The most you can have is the assembly code. Windasm and Ollybdg (<- or similar name) are 2 disassemblers. You can try them, but you don't get the C++ code, only asm.
|