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

Function set_gadget

restore/75x/netcat.js:4–8  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

2var ropchain = read_ptr_at(addrof(ropchain_array)+0x10);
3var ropchain_offset = 2;
4function set_gadget(val)
5{
6 ropchain_array[ropchain_offset++] = val | 0;
7 ropchain_array[ropchain_offset++] = (val / 4294967296) | 0;
8}
9function set_gadgets(l)
10{
11 for(var i = 0; i < l.length; i++)

Callers 2

set_gadgetsFunction · 0.70
netcat.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected