Skip to content

Commit

Permalink
Release for 5.05
Browse files Browse the repository at this point in the history
  • Loading branch information
xvortex committed May 27, 2018
1 parent 2c3701e commit fac81d2
Show file tree
Hide file tree
Showing 19 changed files with 131 additions and 1,797 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,4 +1,5 @@
build/
tool/bin2js
*.bin
*.js
*.map
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -16,3 +16,9 @@ Brief instructions:
(You can get the orbis-pub-gen tool via PKG_Fake_Generator);
9) Run PS4HEN payload, install and test your .pkg;
10) Enjoy.

## Credits

- [Flatz](https://twitter.com/flat_z)
- [Joon](https://twitter.com/joonie86)
- Hykem
4 changes: 3 additions & 1 deletion build.sh
Expand Up @@ -8,4 +8,6 @@ popd

make

tool/bin2js ps4-dumper-vtx.bin > exploit/payload.js
tool/bin2js ps4-dumper-vtx.bin > payload.js

sed "s/###/$(cat payload.js)/" exploit.template > exploit/index.html
2 changes: 1 addition & 1 deletion clean.sh
Expand Up @@ -6,4 +6,4 @@ popd

make clean

rm -f *.bin
rm -f ps4-dumper-vtx.bin payload.js
1 change: 1 addition & 0 deletions exploit.template

Large diffs are not rendered by default.

28 changes: 0 additions & 28 deletions exploit/README.md

This file was deleted.

108 changes: 1 addition & 107 deletions exploit/index.html

Large diffs are not rendered by default.

0 comments on commit fac81d2

Please sign in to comment.