Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GamerHack/GamerHack.github.io
/ write32
Method
write32
g2all/700/lapse.js:1488–1491 ·
view source on GitHub ↗
(addr, value)
Source
from the content-addressed store, hash-verified
1486
}
1487
1488
write32(addr, value) {
1489
this.rw_buf.write32(0, value);
1490
this.copyin(this.rw_buf.addr, addr, 4);
1491
}
1492
1493
write64(addr, value) {
1494
this.rw_buf.write64(0, value);
Callers
11
make_reqs1
Function · 0.45
pin_to_core
Function · 0.45
make_aliased_rthdrs
Function · 0.45
double_free_reqs2
Function · 0.45
double_free_reqs1
Function · 0.45
make_kernel_arw
Function · 0.45
constructor
Method · 0.45
copyout
Method · 0.45
patch_kernel
Function · 0.45
setup
Function · 0.45
array_from_address
Function · 0.45
Calls
1
copyin
Method · 0.95
Tested by
no test coverage detected