Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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": {}
}
```