Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/a0zhar/ps4jb3
This is my own fork of Sleirsgovey's PS4JB2 Repo. I will be maintaining it myself, making my own changes, and attempted improvements.
https://github.com/a0zhar/ps4jb3
ps4 ps4-jailbreak ps4-rop-chain ps4672 ps4jb ps4jb2 ps4rop ps4ropchain
Last synced: about 14 hours ago
JSON representation
This is my own fork of Sleirsgovey's PS4JB2 Repo. I will be maintaining it myself, making my own changes, and attempted improvements.
- Host: GitHub
- URL: https://github.com/a0zhar/ps4jb3
- Owner: a0zhar
- Created: 2023-10-04T16:35:03.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-16T17:17:59.000Z (about 1 year ago)
- Last Synced: 2023-11-16T18:31:39.367Z (about 1 year ago)
- Topics: ps4, ps4-jailbreak, ps4-rop-chain, ps4672, ps4jb, ps4jb2, ps4rop, ps4ropchain
- Language: C
- Homepage:
- Size: 4.68 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PS4JB2 (v3) My own Fork
This repository contains the source files for the 6.72 version of Sleirsgovey's ps4jb2/672/src repository. The intention of this repository is to allow me to make my own changes, modifications, attempted improvements, etc. Essentially, it serves as a custom fork of the original repository, which I will maintain.
## File (inside src/) Information
The `netcat.c` file loads 65536 bytes at the address stored in the JS variable `mira_blob` into RWX memory and jumps to it. At this point, only the minimal patches (amd64_syscall, mmap, mprotect, kexec) are applied, which means the process is still "sandboxed." Normally, `mira_blob` contains [MiraLoader](https://github.com/a0zhar/PS4PayloadLoader/).
In the background, `mira_blob_2_len` bytes at `mira_blob_2` are sent to `127.0.0.1:9021` in a separate thread. If `mira_blob` contains [MiraLoader](https://github.com/a0zhar/PS4PayloadLoader/), it will run in the same way but with the full patch set applied and the device already jailbroken.