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

Function obfuscate_call2

Examples/example/main.cpp:166–170  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

164}
165
166void obfuscate_call2() {
167 constexpr auto random = call::generate_random(43);
168 const ObfuscatedCall call{random, &to_protect2};
169 call(random);
170}
171
172struct S1 {
173 void method1() {}

Callers 1

mainFunction · 0.85

Calls 1

generate_randomFunction · 0.50

Tested by

no test coverage detected