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

Function set_gadgets

672/pl_loaderBL.js:9–9  ·  view source on GitHub ↗
(l)

Source from the content-addressed store, hash-verified

7var ropchain_offset = 2;
8function set_gadget(val){ropchain_array[ropchain_offset++] = val | 0;ropchain_array[ropchain_offset++] = (val / 4294967296) | 0;}
9function set_gadgets(l){for(var i = 0; i < l.length; i++)set_gadget(l[i]);}
10function db(data){for(var i = 0; i < data.length; i++)ropchain_array[ropchain_offset++] = data[i];}
11var main_ret = malloc(8);
12var printf_buf = malloc(65536);

Callers 1

pl_loaderBL.jsFile · 0.70

Calls 1

set_gadgetFunction · 0.70

Tested by

no test coverage detected