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

Function to_protect1

Examples/example/main.cpp:148–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148int to_protect1(const std::string &arg1, int arg2) {
149 std::cout << "Protected "_obf << arg1 << '\n';
150 return arg2;
151}
152
153void to_protect2() {
154 std::cout << "Protected2 "_obf;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected