ps4debug icon indicating copy to clipboard operation
ps4debug copied to clipboard

PlayStation 4 Debugger

Results 6 ps4debug issues
Sort by recently updated
recently updated
newest added

should have all 6.72 offsets except the ptrace patch

Can you Pls update/port this for 9.00

Hi, I've been getting back into this sort of stuff a little bit recently, and am making an "information display" of sorts for a game, where I'm hoping to display...

good morning sir, would you kindly update ps4debug to 7.02?

Hello, In the C++ libdebug code, the write methods are using `size_t vector::size()`, but the size of size_t isn't 4 bytes by default. In my version `sizeof(size_t) = 8`, so...