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

Method read64

g2all/700/lapse.js:1473–1476  ·  view source on GitHub ↗
(addr)

Source from the content-addressed store, hash-verified

1471 }
1472
1473 read64(addr) {
1474 this._read(addr);
1475 return this.rw_buf.read64(0);
1476 }
1477
1478 write8(addr, value) {
1479 this.rw_buf.write8(0, value);

Callers 4

verify_reqs2Function · 0.45
leak_kernel_addrsFunction · 0.45
kread64Function · 0.45
patch_kernelFunction · 0.45

Calls 1

_readMethod · 0.95

Tested by

no test coverage detected