Closed nobugs-hare closed 6 years ago
As noted in issue #24, obfuscating program flow is important. Suggested to add something along the following lines:
for(int i=0; i < small_n ; ++i ) x=RecursiveInjection::injection(x);
2a. consider optionally obfuscating i too...
Moved to kscope/#10
As noted in issue #24, obfuscating program flow is important. Suggested to add something along the following lines:
2a. consider optionally obfuscating i too...