Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GamerHack/GamerHack.github.io
/ write64
Method
write64
g2all/900/lapse.js:1463–1466 ·
view source on GitHub ↗
(addr, value)
Source
from the content-addressed store, hash-verified
1461
}
1462
1463
write64(addr, value) {
1464
this.rw_buf.write64(0, value);
1465
this.copyin(this.rw_buf.addr, addr, 8);
1466
}
1467
}
1468
const
kmem =
new
KernelMemory(main_sd, worker_sd, pipes, kpipe);
1469
Callers
10
make_kernel_arw
Function · 0.95
spawn_thread
Function · 0.45
leak_kernel_addrs
Function · 0.45
double_free_reqs1
Function · 0.45
kread64
Function · 0.45
copyin
Method · 0.45
copyout
Method · 0.45
_read
Method · 0.45
patch_kernel
Function · 0.45
array_from_address
Function · 0.45
Calls
1
copyin
Method · 0.95
Tested by
no test coverage detected