MCPcopy Create free account
hub / github.com/GamerHack/GamerHack.github.io / read

Function read

restore/75x/ps4.js:127–134  ·  view source on GitHub ↗
(addr, length)

Source from the content-addressed store, hash-verified

125}
126
127function read(addr, length) {
128 for (let i = 0; i < 8; i++)
129 g_relative_rw[g_ab_index + OFFSET_JSAB_VIEW_VECTOR + i] = addr.byteAt(i);
130 let arr = [];
131 for (let i = 0; i < length; i++)
132 arr.push(g_ab_slave[i]);
133 return arr;
134}
135
136function read64(addr) {
137 return new Int64(read(addr, 8));

Callers 1

read64Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected