Skip to content

Releases: ps5-payload-dev/elfldr

v0.22.2

02 Apr 20:23

Choose a tag to compare

  • rebuild with latest sdk

v0.22.1

19 Feb 15:36

Choose a tag to compare

uri: use libSceHttp instead of libSeHttp2

v0.22

18 Feb 20:12

Choose a tag to compare

add support for loading payloads from URIs (file://, http:// and https://)
add experimental support for launching SELF files

v0.21.2

08 Dec 17:10

Choose a tag to compare

minor cosmetics

v0.21

14 Aug 23:22

Choose a tag to compare

cosmetics

v0.20.2

26 Jun 22:47

Choose a tag to compare

rebuild with latest sdk (which fixes some kernel panics on later firmwares)

v0.20.1

22 Jun 18:51

Choose a tag to compare

rebuild with latest sdk (which fixes 8.xx offsets)

v0.20

03 Jun 13:19

Choose a tag to compare

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

25 Mar 22:36

Choose a tag to compare

  • improve support for consoles that are offline
  • ignore SIGPIPE on sockets piped to stdio

v0.18.1

05 Mar 21:33

Choose a tag to compare

  • rebuild with latest sdk
  • use malloc rather than making an mmap syscall in some places