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

Function db

900v3/relocator.js:14–18  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

12 set_gadget(l[i]);
13}
14function db(data)
15{
16 for(var i = 0; i < data.length; i++)
17 ropchain_array[ropchain_offset++] = data[i];
18}
19var ropchain1 = read_ptr_at(addrof(ropbuf)+16);
20var ropchain1_end = ropchain1 + ropbuf.buffer.byteLength;
21var consts_arr = new Uint32Array(ropconsts.length*2);

Callers 1

relocator.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected