Skip to content

Releases: ps5-payload-dev/shsrv

v0.13.1

15 Feb 23:09
Compare
Choose a tag to compare

rebuild with latest sdk that supports firmwares up to 7.xx

v0.13

06 Jan 15:22
Compare
Choose a tag to compare

avoid using shared memory
add reptyr command that sets the stdout fds of a given pid to the telnet client stdout
rebuild with latest sdk

v0.12

29 Oct 20:33
Compare
Choose a tag to compare
  • ps: show memory usage
  • add sleepmode command
  • notify the user when the payload is first launched an operational

v0.10.1

21 Sep 12:38
Compare
Choose a tag to compare

Rebuild with more recent sdk, which includes support for firmware versions 2.xx

v0.10

16 Aug 19:55
Compare
Choose a tag to compare
  • hbldr: support launching ELFs with relative paths
  • change default PATH to /mnt/usb0/homebrew/bin:/user/homebrew/bin
  • readme: accommodate for recent changes

v0.9

30 Jul 20:09
Compare
Choose a tag to compare
  • improve telnet compatibility (by using use libtelnet)
  • sleep: run in a seperate process

v0.8

02 Jul 19:52
Compare
Choose a tag to compare
  • hbldr: attach homebrew to a fake game
  • hbldr: support allocation of arbitrary amounts of heap memory
  • hbldr: set envp in libkernel and make sure cwd is set before launching payload
  • hbdbg: add new command that launches homebrew that enters the STOP state on entry point so a debugger can attach to it
  • add authid command that prints or changes the authid of the login session

v0.7

09 May 15:02
Compare
Choose a tag to compare

hbldr: ensure argv[0] is set to the path of the payload
elfldr: performance improvement

v0.6

14 Apr 20:25
Compare
Choose a tag to compare

elfldr: allow libc to allocate arbitrary amount of memory

v0.5

10 Apr 20:22
Compare
Choose a tag to compare

Support payloads of up to 16MiB in size