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

Method read32

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

Source from the content-addressed store, hash-verified

1446 }
1447
1448 read32(addr) {
1449 this._read(addr);
1450 return this.rw_buf.read32(0);
1451 }
1452
1453 read64(addr) {
1454 this._read(addr);

Callers 6

make_kernel_arwFunction · 0.95
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