Re: Making C compiler generate obfuscated code

Paul Biggar <paul.biggar@gmail.com>
Thu, 9 Dec 2010 09:53:37 -0800

          From comp.compilers

Related articles
Making C compiler generate obfuscated code dennis.yurichev@gmail.com (Dennis Yurichev) (2010-12-07)
Re: Making C compiler generate obfuscated code paul.biggar@gmail.com (Paul Biggar) (2010-12-09)
Re: Making C compiler generate obfuscated code Pidgeot18@gmail.com (Joshua Cranmer) (2010-12-09)
Re: Making C compiler generate obfuscated code torbenm@diku.dk (2010-12-15)
Re: Making C compiler generate obfuscated code gah@ugcs.caltech.edu (glen herrmannsfeldt) (2010-12-16)
Re: Making C compiler generate obfuscated code Pidgeot18@gmail.com (Joshua Cranmer) (2010-12-16)
Re: Making C compiler generate obfuscated code Pidgeot18@gmail.com (Joshua Cranmer) (2010-12-16)
Re: Making C compiler generate obfuscated code martin@gkc.org.uk (Martin Ward) (2010-12-17)
[13 later articles]
| List of all articles for this month |

From: Paul Biggar <paul.biggar@gmail.com>
Newsgroups: comp.compilers
Date: Thu, 9 Dec 2010 09:53:37 -0800
Organization: Compilers Central
References: 10-12-017
Keywords: C, code
Posted-Date: 14 Dec 2010 20:29:59 EST

On Tue, Dec 7, 2010 at 7:07 AM, Dennis Yurichev
<dennis.yurichev@gmail.com> wrote:
> About my little attempt to hack Tiny C compiler's codegenerator so it
> produces obfuscated code:
> http://blogs.conus.info/node/58


I'd be interested to know how much of this added code could be removed
by a binary- or assembly-level optimizer, and it's affect on the
reversibility of result?
--
Paul Biggar
paul.biggar@gmail.com



Post a followup to this message

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