Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GamerHack/GamerHack.github.io
/ read64
Function
read64
restore/75x/ps4.js:136–138 ·
view source on GitHub ↗
(addr)
Source
from the content-addressed store, hash-verified
134
}
135
136
function
read64(addr) {
137
return
new
Int64(read(addr, 8));
138
}
139
140
function
write(addr, data) {
141
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