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

Function read_ptr_at

restore/702/702.js:77–84  ·  view source on GitHub ↗
(p)

Source from the content-addressed store, hash-verified

75}
76
77var read_ptr_at = function(p)
78{
79 var ans = 0;
80 var d = read_mem(p, 8);
81 for(var i = 7; i >= 0; i--)
82 ans = 256 * ans + d[i];
83 return ans;
84}
85
86var write_ptr_at = function(p, d)
87{

Callers 13

mallocFunction · 0.70
702.jsFile · 0.70
get_got_addrFunction · 0.70
saveallFunction · 0.70
pivotFunction · 0.70
c-code.jsFile · 0.70
pocFunction · 0.50
pocFunction · 0.50
load_payloadFunction · 0.50
jailbreakFunction · 0.50
load_payloadFunction · 0.50
jailbreakFunction · 0.50

Calls 1

read_memFunction · 0.70

Tested by

no test coverage detected