-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Alex Skiff
committed
Jan 12, 2019
1 parent
7893511
commit e38d2d3
Showing
3 changed files
with
57 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# OrbisDbgUI | ||
User Interface implementing the OrbisDbg Debugger for Playstation 4 | ||
|
||
# Features | ||
- Continue debugger already attached processes | ||
- Memory Editor | ||
- Register Editor | ||
- Disassembly View | ||
- Processes List | ||
- Software Breakpoints | ||
|
||
# How to Use | ||
1. Send OrbisDbg.bin to your console | ||
2. Launch and attach to game process | ||
3. Debug | ||
|
||
# Components | ||
[Zydis by Zyantific](https://github.com/zyantific/zydis) | ||
[HexEditor by jariq](https://github.com/Pkcs11Admin/Be.HexEditor) | ||
|
||
# Credits | ||
[Sabotage](https://github.com/egatobaS) for his 4.55 debugger and tons of help on this project<br> | ||
[Golden/Xemio](https://github.com/xemio) for 5.05 patches/kernel offsets and process elf loading<br> | ||
[Vortex](https://github.com/xvortex) for his version of ps4 payload sdk for base webkit payloads<br> | ||
[CTurt](https://github.com/CTurt) original ps4 payload sdk<br> | ||
[Specter](https://github.com/Cryptogenic) 5.05 exploit<br> | ||
[2much4u](https://github.com/2much4u)<br> | ||
Anyone else who has contributed to PS4 exploit<br> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# OrbisDbgUI | ||
User Interface implementing the OrbisDbg Debugger for Playstation 4 | ||
|
||
# Features | ||
- Continue debugger already attached processes | ||
- Memory Editor | ||
- Register Editor | ||
- Disassembly View | ||
- Processes List | ||
- Software Breakpoints | ||
|
||
# How to Use | ||
1. Send OrbisDbg.bin to your console | ||
2. Launch and attach to game process | ||
3. Debug | ||
|
||
# Components | ||
[Zydis by Zyantific](https://github.com/zyantific/zydis) | ||
[HexEditor by jariq](https://github.com/Pkcs11Admin/Be.HexEditor) | ||
|
||
# Credits | ||
[Sabotage](https://github.com/egatobaS) for his 4.55 debugger and tons of help on this project<br> | ||
[Golden/Xemio](https://github.com/xemio) for 5.05 patches/kernel offsets and process elf loading<br> | ||
[Vortex](https://github.com/xvortex) for his version of ps4 payload sdk for base webkit payloads<br> | ||
[CTurt](https://github.com/CTurt) original ps4 payload sdk<br> | ||
[Specter](https://github.com/Cryptogenic) 5.05 exploit<br> | ||
[2much4u](https://github.com/2much4u)<br> | ||
Anyone else who has contributed to PS4 exploit<br> |