From: | Hans-Peter Diettrich <DrDiettrich@compuserve.de> |
Newsgroups: | comp.lang.c++,comp.compilers |
Date: | 15 May 2005 17:20:49 -0400 |
Organization: | Compilers Central |
References: | 05-05-092 |
Keywords: | C++, code |
Posted-Date: | 15 May 2005 17:20:49 EDT |
Matt wrote:
>
> I have object/machine code in static library (written and compiled
> using C++) that I wish to make difficult to reverse-engineer. I am
> told by others that some could reverse-engineer this object/machine
> code to generate some or all of the source, and while it may not be a
> trivial task, it would not be impossible.
C++ compilers output very descriptive mangled names, and every call to
a library function will reveal parts of your code and data
structures. OO languages in general produce quite well readable binary
code.
DoDi
Return to the
comp.compilers page.
Search the
comp.compilers archives again.