MCPcopy Create free account
hub / github.com/andrivet/ADVobfuscator / main

Function main

Examples/example/main.cpp:184–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

182}
183
184int main() {
185 strings_obfuscation();
186 blocks_obfuscation();
187 certificate_obfuscation();
188 aes_encryption_strings();
189 obfuscate_call1();
190 obfuscate_call2();
191 obfuscate_method_call();
192 return 0;
193};

Callers

nothing calls this directly

Calls 7

certificate_obfuscationFunction · 0.85
obfuscate_call1Function · 0.85
obfuscate_call2Function · 0.85
obfuscate_method_callFunction · 0.85
strings_obfuscationFunction · 0.70
blocks_obfuscationFunction · 0.70
aes_encryption_stringsFunction · 0.70

Tested by

no test coverage detected