MCPcopy Create free account
hub / github.com/Cryptogenic/PS5-IPV6-Kernel-Exploit / i48_put

Function i48_put

document/en/ps5/webkit.js:305–308  ·  view source on GitHub ↗
(x, a)

Source from the content-addressed store, hash-verified

303 };
304
305 function i48_put(x, a) {
306 a[4] = x | 0;
307 a[5] = (x / 4294967296) | 0;
308 }
309
310 function i48_get(a) {
311 return a[4] + a[5] * 4294967296;

Callers 2

pocFunction · 0.85
read_mem_setupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected