ITHare / obf

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

Ensure consistent naming conventions for internal functions/classes/variables #17

Closed nobugs-hare closed 6 years ago

nobugs-hare commented 6 years ago

Still have to rename injections (with all the variations) into Injections. The only exception to upper-camel-case for classes should be those template classes which are themselves used as functions-over-classes (such as obf_larger_type<> or obf_integral_operator_promoconv<>)

nobugs-hare commented 6 years ago

Hopefully fixed as a part of kscope project.