Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GamerHack/GamerHack.github.io
/ write_ptr_at
Function
write_ptr_at
restore/702/702.js:86–95 ·
view source on GitHub ↗
(p, d)
Source
from the content-addressed store, hash-verified
84
}
85
86
var
write_ptr_at =
function
(p, d)
87
{
88
var
arr = [];
89
for
(
var
i = 0; i < 8; i++)
90
{
91
arr.push(d & 0xff);
92
d /= 256;
93
}
94
write_mem(p, arr);
95
}
96
97
var
hex =
function
(x)
98
{
Callers
6
702.js
File · 0.70
saveall
Function · 0.70
pivot
Function · 0.70
poc
Function · 0.50
poc
Function · 0.50
poc
Function · 0.50
Calls
1
write_mem
Function · 0.70
Tested by
no test coverage detected