Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/a0zhar/ps4-6.72-explained
This repository basically me trying to understand and document the files provided by Sleirsgoevy's PS4JB
https://github.com/a0zhar/ps4-6.72-explained
672 ps4 ps4-exploit ps4-jailbreak ps4672 ps4exploit ps4jailbreak ps4jb sleirsgoevy webkit webkit-exploit webkitexploit
Last synced: about 14 hours ago
JSON representation
This repository basically me trying to understand and document the files provided by Sleirsgoevy's PS4JB
- Host: GitHub
- URL: https://github.com/a0zhar/ps4-6.72-explained
- Owner: a0zhar
- Created: 2023-03-29T17:50:28.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-11T17:14:23.000Z (about 1 year ago)
- Last Synced: 2023-11-11T18:25:19.269Z (about 1 year ago)
- Topics: 672, ps4, ps4-exploit, ps4-jailbreak, ps4672, ps4exploit, ps4jailbreak, ps4jb, sleirsgoevy, webkit, webkit-exploit, webkitexploit
- Homepage:
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Attempt at explaining the PS4 Firmware 6.72 PS4JB By Sleirsgoevy
### `trigger function`
- The value of `x` thats used when calling trigger function in the `exploit.js`
Looks like following:
```json
{
THE target STRUCTURE:
"a": {
"a": 2.1100820415101592e-303,
"b": false,
"c": true,
"d": 5678
},
THIS IS GENERATED BY THE create_impl
FUNCTION. IT INCREASES BY 32 NEW EACH
IDERATION:
"0x": {},
"1x": {},
"2x": {},
"3x": {},
...
"32x": {}
}
```