I made a program by using c/c++ language.
Can I decompile it to get its source code?
Can you get its source code from EXE file which is made by C++ language?
Yes, but there are 2 issues. If you did not wirte the software, most developers have stipulations in their license that does not allow you to de-compile or reverse engineer their source code. Also, the decompilers will give bad names to variables and functions. You will have to do global replacement of variable names and function names to something that will be meaningful. This is hard to do because unless the variables have useful names, you will not be able to easily determine what the function does.
innia
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment