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

Method read64

g2all/900/lapse.js:1453–1456  ·  view source on GitHub ↗
(addr)

Source from the content-addressed store, hash-verified

1451 }
1452
1453 read64(addr) {
1454 this._read(addr);
1455 return this.rw_buf.read64(0);
1456 }
1457
1458 write32(addr, value) {
1459 this.rw_buf.write32(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