PS Remote Lua Loader v3.5 fix-01
PS_Remote_Lua_Loader_v3.5 fix-03 + elf.loader
Payloads
Payload | Description |
---|---|
hello_world.lua | Prints basic information back from the game process - its process id, the base of the eboot, libc and libkernel. |
ftp_server.lua | Runs an FTP server on port 1337 that allows browsing the filesystem as seen by the game process, and also upload and download files. If the game process is jailbroken, it can access more files / directories on the filesystem. |
umtx.lua | Kernel exploit for PS5 (fw <= 7.61). Once done, it will jailbreak the game process as well as the PlayStation, allowing for more access to the system. |
Payloads after jailbroken game process (specific for PS5)
Payload | Description |
---|---|
kdata_dumper.lua | Dump content of kernel .data segments over network (NOTE: you must modify the IP address before you run this payload) |
read_klog.lua | Read content of /dev/klog .
|
elf_loader.lua | Rudimentary ELF loader to load from file system. By default it will try to load John Tornblom's elfldr.elf shipped with savedata, or alternatively from /data/elfldr.elf if you need to have updated elfldr.elf (you need to place there yourself using FTP server).
|