git404hub

what is ps5debug-ng fr?

opensourcerer-dev/ps5debug-ng — explained in plain English

Analysis updated 2026-05-18

31CAudience · developerComplexity · 5/5LicenseSetup · hard

tl;dr

A debugger server for jailbroken PlayStation 5 consoles that lets a networked client inspect and control process and kernel memory in real time over TCP.

vibe map

mindmap
  root((ps5debug-NG))
    What it does
      PS5 debugger payload
      TCP command server
      Kernel memory access
    Tech stack
      C
      TCP protocol
      SceShellCore
    Features
      Breakpoints
      Watchpoints
      Disassembler
      Assembler
    Audience
      Security researchers
      Homebrew developers
      Game modders

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Attach a remote debugger client to a jailbroken PS5 to inspect and modify a running game's memory.

VIBE 2

Set breakpoints and watchpoints to step through PS5 process code instruction by instruction.

VIBE 3

Disassemble or assemble x86-64 machine code directly on the console without shipping bytes back to a PC.

what's the stack?

CTCP

how it stacks up fr

opensourcerer-dev/ps5debug-ng0xazanul/fuzz-skilljakobfriedl/logon-monitor-bof
Stars313131
LanguageCCC
Setup difficultyhardmoderatemoderate
Complexity5/53/54/5
Audiencedeveloperresearcherops devops

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · hard time til it works · 1h+

Requires a jailbroken PS5 console and a wire-compatible client, not usable on stock hardware.

GPL-3: you can use, modify, and redistribute it, but derivative works must also be released under GPL-3 with source code.

in plain english

ps5debug-NG is a debugging tool for PlayStation 5 consoles that have been jailbroken, meaning the console's security restrictions have been bypassed so that unofficial software can run. Once installed on such a console, it runs a server in the background that accepts commands over a standard network connection from a computer on the same network. Through this connection, a developer or researcher can inspect and control software running on the PS5 in real time. This includes reading and writing memory inside any running game or process, setting breakpoints to pause execution at specific points, stepping through code instruction by instruction, watching for specific memory locations to be accessed, and even reading or writing the operating system's own kernel memory. It also includes a built-in disassembler, a tool that translates raw machine code back into human-readable instructions, and an assembler that works in the reverse direction, without needing to send data back to a PC first. This kind of tool is used by security researchers studying the PS5's software, by homebrew developers building unofficial applications, and by game modders who want to examine or alter how games behave at a low level. It requires a jailbroken console and is written in C.

prompts (copy fr)

prompt 1
How do I connect a client to ps5debug-NG's TCP server to attach to a running PS5 process?
prompt 2
Explain how to set a hardware watchpoint on a memory address using ps5debug-NG's debug commands.
prompt 3
Show me how to use the built-in disassembler command to read a region of PS5 process memory as instructions.
prompt 4
What firmware versions does ps5debug-NG support and how do I check which one my console reports?

Frequently asked questions

what is ps5debug-ng fr?

A debugger server for jailbroken PlayStation 5 consoles that lets a networked client inspect and control process and kernel memory in real time over TCP.

What language is ps5debug-ng written in?

Mainly C. The stack also includes C, TCP.

What license does ps5debug-ng use?

GPL-3: you can use, modify, and redistribute it, but derivative works must also be released under GPL-3 with source code.

How hard is ps5debug-ng to set up?

Setup difficulty is rated hard, with roughly 1h+ to a first successful run.

Who is ps5debug-ng for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.