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

Method write64

g2all/700/lapse.js:1493–1496  ·  view source on GitHub ↗
(addr, value)

Source from the content-addressed store, hash-verified

1491 }
1492
1493 write64(addr, value) {
1494 this.rw_buf.write64(0, value);
1495 this.copyin(this.rw_buf.addr, addr, 8);
1496 }
1497 }
1498 const kmem = new KernelMemory(main_sd, worker_sd, pipes, kpipe);
1499

Callers 10

make_kernel_arwFunction · 0.95
spawn_threadFunction · 0.45
leak_kernel_addrsFunction · 0.45
double_free_reqs1Function · 0.45
kread64Function · 0.45
copyinMethod · 0.45
copyoutMethod · 0.45
_readMethod · 0.45
patch_kernelFunction · 0.45
array_from_addressFunction · 0.45

Calls 1

copyinMethod · 0.95

Tested by

no test coverage detected