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

Function obfuscate_method_call

Examples/example/main.cpp:176–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

174};
175
176void obfuscate_method_call() {
177 S1 s1{};
178
179 constexpr auto random = call::generate_random(44);
180 const ObfuscatedMethodCall call{random, &S1::method1};
181 call(random, s1);
182}
183
184int main() {
185 strings_obfuscation();

Callers 1

mainFunction · 0.85

Calls 1

generate_randomFunction · 0.50

Tested by

no test coverage detected