ITHare / obf

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

Consider using "naturally occurring" constants across the board #33

Open nobugs-hare opened 6 years ago

nobugs-hare commented 6 years ago

For example, SharedUserData-based time protection currently uses constant 0x0E for shifts; it would be nice to get it into the pool of the constants-used-for-shifting-elsewhere (but only IF it is used for SharedUserData purposes).

TODO: add more such "naturally occurring" constants here.