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

Function set_gadget

672/pl_loaderBL.js:8–8  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

6var ropchain = read_ptr_at(addrof(ropchain_array)+0x10);
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);

Callers 2

set_gadgetsFunction · 0.70
pl_loaderBL.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected