Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F12FLASH/CTF
/ execute_hidden_function
Function
execute_hidden_function
1.Ouroboros/src/self_modify.c:41–44 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
int execute_hidden_function(void) {
42
int (*func)(void) = (int (*)(void))hidden_code;
43
return func();
44
}
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected