Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GamerHack/GamerHack.github.io
/ read_mem
Function
read_mem
restore/702/702.js:37–44 ·
view source on GitHub ↗
(p, sz)
Source
from the content-addressed store, hash-verified
35
}
36
37
var
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
46
var
read_mem_s =
function
(p, sz)
47
{
Callers
8
read_ptr_at
Function · 0.70
702.js
File · 0.70
get_got_addr
Function · 0.70
saveall
Function · 0.70
pivot
Function · 0.70
poc
Function · 0.50
poc
Function · 0.50
poc
Function · 0.50
Calls
1
read_mem_setup
Function · 0.70
Tested by
no test coverage detected