Related articles |
---|
Howto obfuscate OBJECT code (and not source code)? matt@mengland.net (Matt) (2005-05-14) |
Re: Howto obfuscate OBJECT code (and not source code)? raps72583m@spambob.com (Rapscallion) (2005-05-14) |
Re: Howto obfuscate OBJECT code (and not source code)? ivr@grad.com (Ioannis Vranos) (2005-05-14) |
Re: Howto obfuscate OBJECT code (and not source code)? tmk@netvision.net.il (Michael Tiomkin) (2005-05-14) |
Re: Howto obfuscate OBJECT code (and not source code)? gah@ugcs.caltech.edu (glen herrmannsfeldt) (2005-05-15) |
Re: Howto obfuscate OBJECT code (and not source code)? walter@digitalmars.com (Walter) (2005-05-15) |
Re: Howto obfuscate OBJECT code (and not source code)? jkherciueh@gmx.net (Kai-Uwe Bux) (2005-05-15) |
Re: Howto obfuscate OBJECT code (and not source code)? DrDiettrich@compuserve.de (Hans-Peter Diettrich) (2005-05-15) |
Re: Howto obfuscate OBJECT code (and not source code)? tk@ic.unicamp.br (Tomasz Kowaltowski) (2005-05-16) |
[1 later articles] |
From: | Ioannis Vranos <ivr@grad.com> |
Newsgroups: | comp.lang.c++,comp.compilers |
Date: | 14 May 2005 16:47:36 -0400 |
Organization: | FORTHnet S.A., Atthidon 4, GR-17671 Kalithea, Greece, Tel: +30 2109559000, Fax: +30 2109559333, url: http://www.forthnet.gr |
References: | 05-05-092 |
Keywords: | C++, code |
Posted-Date: | 14 May 2005 16:47:36 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 that there may be mechanisms to do this for Java bytecode
> objects to make them difficult to reverse engineer. Might there be
> something similar for general object code (at least for C++
> compilers/linkers)?
There are obfuscators for .NET code (for C++ and other languages), but
I haven't heard anything about native code.
--
Ioannis Vranos
http://www23.brinkster.com/noicys
Return to the
comp.compilers page.
Search the
comp.compilers archives again.