[cfe-dev] AST Transformation

Sebastian Redl sebastian.redl at getdesigned.at
Wed Mar 30 11:01:08 PDT 2011


On 30.03.2011, at 16:43, Grégory Ruch wrote:

> Hi,
> 
> I want to implement a C obfucation tools that makes AST transformations.
> In output I want C source or an executable it's not important.

There's no point in obfuscating C code if you're going to output an executable. The optimizers are effectively obfuscators, and they make your code run faster while they're at it, too.

Sebastian





More information about the cfe-dev mailing list