ITHare / obf

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

re-instate volatiles in obf_literal_versions #41

Closed nobugs-hare closed 6 years ago

nobugs-hare commented 6 years ago

While obfuscation currently seems to work even without volatile - there is a risk that some future compiler will eliminate it; with volatiles obfuscation will become MUCH stricter.

nobugs-hare commented 6 years ago

Done in kscope.