Obfuscating function names and the like inside exe file

Mike James foo at bar.com
Sun Mar 21 06:28:56 PDT 2010


Walter Bright Wrote:

> Nick Sabalausky wrote:
> >> 3. rename your sensitive classes to obscure names, then alias them to a 
> >> readable name. The alias name shouldn't appear in the executable:
> >>
> >>     class CXX97ASDFXX { }
> >>     alias CXX97ASDFXX mySensitiveName;
> > 
> > Wouldn't compiler errors still refer to the obfuscated name? 
> 
> Sometimes.

Ah... An obfuscated answer to an obfuscation question.



More information about the Digitalmars-d mailing list