Closed krischer closed 4 years ago
Just a small change that makes sure that the DEF_OBFUSCATED macro uses the fully qualified names. Then the macro can be used without using andrivet::ADVobfuscator; which avoids clobbering the current namespace.
DEF_OBFUSCATED
using andrivet::ADVobfuscator;
Just a small change that makes sure that the
DEF_OBFUSCATED
macro uses the fully qualified names. Then the macro can be used withoutusing andrivet::ADVobfuscator;
which avoids clobbering the current namespace.