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

Method readp

g2all/900/module/mem.js:92–102  ·  view source on GitHub ↗
(offset)

Source from the content-addressed store, hash-verified

90 }
91
92 readp(offset) {
93 const m = mem;
94 if (isInteger(offset) && 0 <= offset && offset <= 0xffffffff) {
95 m._set_addr_direct(this);
96 } else {
97 add_and_set_addr(m, offset, this.lo, this.hi);
98 offset = 0;
99 }
100
101 return m.readp_at(offset);
102 }
103
104 write8(offset, value) {
105 const m = mem;

Callers 14

mallocFunction · 0.45
malloc32Function · 0.45
dump_libwebkitFunction · 0.45
dump_libkernelFunction · 0.45
dump_libcFunction · 0.45
dump_evalFunction · 0.45
dump_scrollLeftFunction · 0.45
get_basesFunction · 0.45
constructorMethod · 0.45
get_basesFunction · 0.45
constructorMethod · 0.45
gc_allocMethod · 0.45

Calls 3

add_and_set_addrFunction · 0.70
_set_addr_directMethod · 0.45
readp_atMethod · 0.45

Tested by

no test coverage detected