STLcardsWS
Administrator
via m0rph3us1987
.PS4GDB
The gdbstub is integrated into Mira as a plugin. PS4GDB has implemented all features except x86 debug registers. I never needed them, but since it's part of Mira and Mira is open source, feel free to add features you miss. When the stub is loaded it creates a new kernel process, this process will then listen for incoming connections on port 8146.
What is port 8146 used for?
We somehow need to tell the ps4 what ...
Continue Reading @ https://github.com/m0rph3us1987/ps4gdb_desktop
(for all/latest details)
- Here is a small write-up on how to debug PS4 applications.
.PS4GDB
- PS4GDB consists of two components. The first component is the gdbstub running on your ps4 and the second one is ps4gdb_desktop.
The gdbstub is integrated into Mira as a plugin. PS4GDB has implemented all features except x86 debug registers. I never needed them, but since it's part of Mira and Mira is open source, feel free to add features you miss. When the stub is loaded it creates a new kernel process, this process will then listen for incoming connections on port 8146.
What is port 8146 used for?
We somehow need to tell the ps4 what ...
Continue Reading @ https://github.com/m0rph3us1987/ps4gdb_desktop
(for all/latest details)