Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_arw
Function · 0.95
make_aliased_rthdrs
Function · 0.45
race_one
Function · 0.45
verify_reqs2
Function · 0.45
leak_kernel_addrs
Function · 0.45
double_free_reqs1
Function · 0.45
Calls
1
_read
Method · 0.95
Tested by
no test coverage detected