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

Function read_mem

restore/75x/blob.js:37–44  ·  view source on GitHub ↗
(p, sz)

Source from the content-addressed store, hash-verified

35}
36
37var read_mem = function(p, sz)
38{
39 read_mem_setup(p, sz);
40 var arr = [];
41 for(var i = 0; i < sz; i++)
42 arr.push(oob_slave[i]);
43 return arr;
44}
45
46var read_mem_s = function(p, sz)
47{

Callers 5

read_ptr_atFunction · 0.70
blob.jsFile · 0.70
get_got_addrFunction · 0.70
saveallFunction · 0.70
pivotFunction · 0.70

Calls 1

read_mem_setupFunction · 0.70

Tested by

no test coverage detected