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

Function run_hax

restore/900v2/kexploit.js:255–264  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

253}
254
255function run_hax() {
256 userland();
257 if (chain.syscall(23, 0).low != 0x0) {
258 kernel();
259 //this wk exploit is pretty stable we can probably afford to kill webkit before payload loader but should we?.
260 }
261 else {
262 jbdone();
263 }
264}
265
266function kernel() {
267 extra_gadgets();

Callers 1

pocFunction · 0.70

Calls 3

userlandFunction · 0.70
kernelFunction · 0.70
syscallMethod · 0.45

Tested by

no test coverage detected