Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GamerHack/GamerHack.github.io
/ read64
Function
read64
702/BinLoader/ps4.js:198–200 ·
view source on GitHub ↗
(addr)
Source
from the content-addressed store, hash-verified
196
}
197
198
function
read64(addr) {
199
return
new
Int64(read(addr, 8));
200
}
201
202
function
write(addr, data) {
203
for
(
let
i = 0; i < 8; i++)
Callers
2
setupRW
Function · 0.70
addrof
Function · 0.70
Calls
1
read
Function · 0.70
Tested by
no test coverage detected