Skip to content

Commit fdbefb9

Browse files
committed
Updated readme with usage description and more detailed credits
1 parent 3184426 commit fdbefb9

File tree

1 file changed

+25
-6
lines changed

1 file changed

+25
-6
lines changed

README.md

Lines changed: 25 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,27 @@
11
# ELF Loader for BD-J [ps5-jar-loader](https://github.com/hammer-83/ps5-jar-loader)
22

3-
# Credits
4-
[hammer-83](https://github.com/hammer-83),
5-
[iakdev](https://github.com/iakdev),
6-
[sb/John](https://github.com/ps5-payload-dev),
7-
[shahrilnet](https://github.com/shahrilnet),
8-
[Specter](https://github.com/Cryptogenic)
3+
## Usage
4+
5+
- Download and burn the iso release of [ps5-jar-loader](https://github.com/hammer-83/ps5-jar-loader/releases/latest) onto a BluRay Disc.
6+
- Run the UMTX payload from the disc or send via remote option.
7+
- Use the remote jar loader option to send the elfloader.jar payload to your PS5.
8+
- There are multiple options available for sending:
9+
10+
### Netcat
11+
`nc -n <ps5-ip-address> < elfloader.jar`
12+
13+
### Socat
14+
`socat TCP:<ps5-ip-address>:9025 FILE:elfloader.jar`
15+
16+
### GUI options for Windows
17+
- NetCat GUI by Modded Warfare
18+
- Payload Sender by AlAzif (also available for Android)
19+
20+
## Thanks and credits to...
21+
[hammer-83](https://github.com/hammer-83) - For his steady support with his knowledge and tools and of course his jar loader project including his BDJ/PS5 sdk.
22+
23+
[iakdev](https://github.com/iakdev) - For his ideas and motivational support.
24+
25+
[sb/John](https://github.com/ps5-payload-dev) - For his excellent PS5 payload sdk and his elfldr.elf used in this project.
26+
27+
[shahrilnet](https://github.com/shahrilnet) and [Specter](https://github.com/Cryptogenic) - For their LUA and JavaScript versions of an ELF loader used as inspiration.

0 commit comments

Comments
 (0)