MCPcopy Create free account
hub / github.com/bsauce/kernel-exploit-factory / error

Function error

CVE-2022-1015/exploit/exploit.c:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33};
34
35void error(char *msg)
36{
37 perror(msg);
38 exit(EXIT_FAILURE);
39}
40// setup_nftables() —— create table & chain
41void setup_nftables(struct mnl_socket* nl, char* table_name, char* base_chain_name, int* seq)
42{

Callers 7

setup_nftablesFunction · 0.70
create_infoleak_ruleFunction · 0.70
do_leak_byteFunction · 0.70
do_leakFunction · 0.70
leak_handlerFunction · 0.70
install_rop_chain_ruleFunction · 0.70
mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected