Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SaadAhla/BlockOpenHandle
/ main
Function
main
BlockOpenHandle/BlockOpenHandle.cpp:31–37 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
29
30
31
int main() {
32
printf(
"[PID] : %d\n"
, GetCurrentProcessId());
33
SetProcessSecurityDescriptor();
34
35
getchar();
36
return 0;
37
}
Callers
nothing calls this directly
Calls
1
SetProcessSecurityDescriptor
Function · 0.85
Tested by
no test coverage detected