Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
166
void obfuscate_call2() {
167
constexpr auto random = call::generate_random(43);
168
const ObfuscatedCall call{random, &to_protect2};
169
call(random);
170
}
171
172
struct S1 {
173
void method1() {}
Callers
1
main
Function · 0.85
Calls
1
generate_random
Function · 0.50
Tested by
no test coverage detected