Obfuscating function names and the like inside exe file
Bane
branimir.milosavljevic at gmail.com
Sat Mar 20 13:44:23 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.
Lol :))))
There goes determinism down the drain.
More information about the Digitalmars-d
mailing list