Releases: ps5-payload-dev/shsrv
Releases · ps5-payload-dev/shsrv
v0.13.1
v0.13
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
- ps: show memory usage
- add sleepmode command
- notify the user when the payload is first launched an operational
v0.10.1
Rebuild with more recent sdk, which includes support for firmware versions 2.xx
v0.10
- 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
- improve telnet compatibility (by using use libtelnet)
- sleep: run in a seperate process
v0.8
- 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
hbldr: ensure argv[0] is set to the path of the payload
elfldr: performance improvement
v0.6
elfldr: allow libc to allocate arbitrary amount of memory
v0.5
Support payloads of up to 16MiB in size