i need to get a decompiler. i made a stupid C program ages ago and i need to get its source. i was wondering if there is anyway that i can get my source back? someone mentioned decompiler so im wondering if there is a visual c++ decompiler.
There really isn't a way to go from machine code back to the programming language you used (C, C++, VB, whatever) because the point of the compiler is that it translates that programming language into ASM. You can get a disassembler that will give you ASM code but if you don't know ASM your SOL and USC WAP.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.