Releases: ps5-payload-dev/elfldr
Releases · ps5-payload-dev/elfldr
v0.22.2
v0.22.1
uri: use libSceHttp instead of libSeHttp2
v0.22
add support for loading payloads from URIs (file://, http:// and https://)
add experimental support for launching SELF files
v0.21.2
minor cosmetics
v0.21
cosmetics
v0.20.2
rebuild with latest sdk (which fixes some kernel panics on later firmwares)
v0.20.1
rebuild with latest sdk (which fixes 8.xx offsets)
v0.20
rebuild with latest sdk (which includes offsets for fw 8.xx, 9.xx and 10.0x)
reduce the size of the payload by stripping it
avoid using sceKernelSpawn and mdbg (which causes issues on fw 9.xx and 10.0x)
add automated pre-releases on tags
v0.19
- improve support for consoles that are offline
- ignore SIGPIPE on sockets piped to stdio
v0.18.1
- rebuild with latest sdk
- use malloc rather than making an mmap syscall in some places