From 36856ac35d69553e0622e755b8d3e98e7ec76cb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20T=C3=B6rnblom?= Date: Tue, 11 Jun 2024 21:35:58 +0200 Subject: [PATCH] improve the readme --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c4564fe..7c49aba 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,8 @@ To deploy ps5-payload-gdbsrv, first launch the [ps5-payload-elfldr][elfldr], then load the payload by issuing the following commands: ```console -john@localhost:ps5-payload-dev/gdbsrv$ export PS5_PAYLOAD_SDK=/opt/ps5-payload-sdk -john@localhost:ps5-payload-dev/gdbsrv$ export PS5_HOST=ps5 -john@localhost:ps5-payload-dev/gdbsrv$ make test +john@localhost:~$ export PS5_HOST=ps5 +john@localhost:~$ wget -q -O - https://github.com/ps5-payload-dev/gdbsrv/releases/download/v0.1/Payload.zip | gunzip -c -d | nc -q0 $PS5_HOST 9021 ``` Next, launch a new terminal and debug you payload by running the following set of @@ -24,8 +23,8 @@ john@localhost:ps5-payload-dev/gdbsrv/sample$ make test ``` ## Known issues -Symbols from dynamic sony libraries are not loaded correctly at the moment. - +- Symbols from dynamic sony libraries are not loaded correctly at the moment. +- Signals like SIGINT (Ctrl-C) submitted from gdb are not interpreted correctly. ## Reporting Bugs If you encounter problems with ps5-payload-gdbsrv, please [file a github issue][issues].