Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

releases/v0.4

Compare
Choose a tag to compare
@john-tornblom john-tornblom released this 08 Oct 20:30
· 73 commits to master since this release

To download and install on linux:

john@localhost:tmp$ wget https://github.com/john-tornblom/ps5-payload-sdk/releases/download/releases%2Fv0.4/ps5-payload-sdk.tar.gz
john@localhost:tmp$ mkdir -p /opt/ps5-payload-sdk-0.4/
john@localhost:tmp$ tar xvf ps5-payload-sdk.tar.gz -C /opt/ps5-payload-sdk-0.4/

Payloads may be deployed with netcat, e.g.,

john@localhost:tmp$ wget https://github.com/john-tornblom/ps5-payload-sdk/releases/download/releases%2Fv0.4/Payload.binaries.zip
john@localhost:tmp$ unzip Payload.binaries.zip -d /tmp/payloads
john@localhost:tmp$ export PS5_HOST=ps5
john@localhost:tmp$ export PS5_PORT=9021
john@localhost:tmp$ nc -q0 $PS5_HOST $PS5_PORT < /tmp/payloads/samples/hello_stdio/hello_stdio.elf