andrivet / ADVobfuscator

Obfuscation library based on C++11/14 and metaprogramming
1.39k stars 238 forks source link

Add namespace to the obfuscated string definition macro #21

Closed krischer closed 4 years ago

krischer commented 6 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.