ITHare / obf

C++ Code+Data Obfuscation Library with Build-Time Polymorphism
Other
107 stars 11 forks source link

Allow for polyvariant ObfNonBlockingCode (via macro) #31

Open nobugs-hare opened 6 years ago

nobugs-hare commented 6 years ago

It will be better to allow ObfNonBlockingCode() to be polyvariant, using different implementations depending on the occurrence. To allow it - we'd have to provide a macro instead of class...