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

Method write32

g2all/900/lapse.js:1458–1461  ·  view source on GitHub ↗
(addr, value)

Source from the content-addressed store, hash-verified

1456 }
1457
1458 write32(addr, value) {
1459 this.rw_buf.write32(0, value);
1460 this.copyin(this.rw_buf.addr, addr, 4);
1461 }
1462
1463 write64(addr, value) {
1464 this.rw_buf.write64(0, value);

Callers 10

make_kernel_arwFunction · 0.95
make_reqs1Function · 0.45
make_aliased_rthdrsFunction · 0.45
double_free_reqs2Function · 0.45
double_free_reqs1Function · 0.45
constructorMethod · 0.45
copyoutMethod · 0.45
patch_kernelFunction · 0.45
setupFunction · 0.45
array_from_addressFunction · 0.45

Calls 1

copyinMethod · 0.95

Tested by

no test coverage detected