Re: Howto obfuscate OBJECT code (and not source code)?

Kai-Uwe Bux <jkherciueh@gmx.net>
15 May 2005 16:17:00 -0400

          From comp.compilers

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)
Re: Howto obfuscate OBJECT code (and not source code)? devnull@eecs.harvard.edu (Christian Lindig) (2005-05-18)
| List of all articles for this month |

From: Kai-Uwe Bux <jkherciueh@gmx.net>
Newsgroups: comp.lang.c++,comp.compilers
Followup-To: comp.lang.c++
Date: 15 May 2005 16:17:00 -0400
Organization: University of Virginia
References: 05-05-092 05-05-118
Keywords: code
Posted-Date: 15 May 2005 16:17:00 EDT

Walter wrote:


> "Matt" <matt@mengland.net> wrote in message
>> I have object/machine code in static library (written and compiled
>> using C++) that I wish to make difficult to reverse-engineer. ...


> ... If it absolutely, positively must be secure, then you'll need to
> encrypt the object code with a strong crypto algorithm, and make
> sure the key for it is not available to the crackers.


How would you decide whom you may give the key? After all, it appears
that ordinary users would need the key to run the program?


Best


Kai-Uwe Bux


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.