PS4:PS4Debug: Difference between revisions

From ConsoleMods Wiki
Jump to navigation Jump to search
(Create PS4Debug page with info.)
 
No edit summary
 
Line 1: Line 1:
'''PS4Debug'''<ref>https://github.com/jogolden/ps4debug</ref> is a payload found on various exploit hosts that represents a debugger with software breakpoints, hardware breakpoints, pause, stop, read memory, write memory, and all other sorts of functionality (except kernel mode debugging).
[https://github.com/jogolden/ps4debug PS4Debug] is a payload found on various exploit hosts that represents a debugger with software breakpoints, hardware breakpoints, pause, stop, read memory, write memory, and all other sorts of functionality (except kernel mode debugging).


==Quickstart Guide==
==Quickstart Guide==


* Download Debug Watch or another debugging tool.
# Download Debug Watch or another debugging tool.
* Load the latest version of ps4debug.bin on the console.
# Load the latest version of ps4debug.bin on the console.
* Start your favorite game.
# Start your favorite game.
* Attach to the game (or userland process).
# Attach to the game (or userland process).
* Start messing around with your debugging tool.
* Please look at the libdebug folder for a library to use with this payload.


==References==
You can then use your debugging tool. See the `libdebug` folder for a library to use with this payload.

Latest revision as of 05:18, 12 August 2023

PS4Debug is a payload found on various exploit hosts that represents a debugger with software breakpoints, hardware breakpoints, pause, stop, read memory, write memory, and all other sorts of functionality (except kernel mode debugging).

Quickstart Guide

  1. Download Debug Watch or another debugging tool.
  2. Load the latest version of ps4debug.bin on the console.
  3. Start your favorite game.
  4. Attach to the game (or userland process).

You can then use your debugging tool. See the libdebug folder for a library to use with this payload.