MCPcopy Create free account
hub / github.com/LMS57/TempleOfPwn / sock_fprog

Class sock_fprog

shellcode/shellcode.c:24–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22 ALLOW_PROCESS,
23 };
24 struct sock_fprog prog = {
25 .len = (unsigned short)(sizeof(filter)/sizeof(filter[0])),
26 .filter = filter,
27 };

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected