SYMBOL INDEX (14 symbols across 2 files) FILE: main.go type exploitConfig (line 31) | type exploitConfig struct function CToGoString (line 68) | func CToGoString(b []byte) string { function init (line 84) | func init() { function packet_leak_path (line 117) | func packet_leak_path() { function packet_ropchain_path (line 132) | func packet_ropchain_path(ropchain []byte) { function craft_rop_chain (line 146) | func craft_rop_chain(kernelBase uint64) []byte { function leak_module_step (line 188) | func leak_module_step(conn *nftables.Conn, moduleBase uint64, kernelBase... function leak_kaslr_step (line 509) | func leak_kaslr_step(conn *nftables.Conn, moduleBase uint64, kernelBase ... function ropchain_step (line 895) | func ropchain_step(conn *nftables.Conn, moduleBase uint64, kernelBase ui... type ExploitStepFn (line 1213) | type ExploitStepFn function nftables_wrapper (line 1215) | func nftables_wrapper(handle netns.NsHandle, step ExploitStepFn, moduleB... function main (line 1236) | func main() { FILE: src/wrapper.c function setup_namespaces (line 11) | static void setup_namespaces(void) function main (line 63) | int main(int argc, char *argv[], char *envp[])