MCPcopy Create free account
hub / github.com/GamerHack/GamerHack.github.io / init

Function init

g2all/700/lapse.js:197–202  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

195let nogc = [];
196
197async function init() {
198 await rop.init();
199 chain = new Chain();
200
201 rop.init_gadget_map(rop.gadgets, pthread_offsets, rop.libkernel_base);
202}
203
204function sys_void(...args) {
205 return chain.syscall_void(...args);

Callers 1

kexploitFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected