You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+24-1Lines changed: 24 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,30 @@
1
-
Just a repo with the BD-J elf loader by [CryoNumb](https://github.com/cryonumb) updated with the latest elfloader.elf by [John Tornblom](https://github.com/ps5-payload-dev)
1
+
## Just a repo with the BD-J elf loader by [CryoNumb](https://github.com/cryonumb) updated with the latest elfloader.elf by [John Tornblom](https://github.com/ps5-payload-dev)
2
+
<br />
2
3
4
+
## Compiling:
3
5
4
6
7
+
### Prerequisites:
8
+
JDK 11 (PS5 uses Java 11 runtime)
9
+
<br />
10
+
Apache Maven
11
+
<br />
12
+
<br />
13
+
14
+
### CMD:
15
+
16
+
cd /.../.../.../bdjb-elfloader-main
17
+
<br />
18
+
19
+
mvn clean install
20
+
<br />
21
+
<br />
22
+
<br />
23
+
<br />
24
+
25
+
26
+
## Cryonumb's README
27
+
5
28
# ELF Loader for BD-J [ps5-jar-loader](https://github.com/hammer-83/ps5-jar-loader)
0 commit comments