ITHare / obf

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

Clarify no_physical_size_increase vs bijections_only #25

Closed nobugs-hare closed 6 years ago

nobugs-hare commented 6 years ago

bijections_only should mean "return_type == T"; no_physical_size_increase is a bit more relaxed, with sizeof(return_type) == sizeof(T).

Have to check all the occurrences and fix if necessary.

nobugs-hare commented 6 years ago

Supposedly clarified in https://github.com/ITHare/obf/commit/0997d1fa9effd762b78fb26139108572c6de3658 .