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

Method read32

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

Source from the content-addressed store, hash-verified

1466 }
1467
1468 read32(addr) {
1469 this._read(addr);
1470 return this.rw_buf.read32(0);
1471 }
1472
1473 read64(addr) {
1474 this._read(addr);

Callers 6

get_core_indexFunction · 0.45
make_aliased_rthdrsFunction · 0.45
race_oneFunction · 0.45
verify_reqs2Function · 0.45
leak_kernel_addrsFunction · 0.45
double_free_reqs1Function · 0.45

Calls 1

_readMethod · 0.95

Tested by

no test coverage detected