rdbo / libmem

Advanced Game Hacking Library for C, Modern C++, Rust and Python (Windows/Linux/FreeBSD) (Process/Memory Hacking) (Hooking/Detouring) (Cross Platform) (x86/x64/ARM/ARM64) (DLL/SO Injection) (Internal/External) (Assembler/Disassembler)
GNU Affero General Public License v3.0
764 stars 92 forks source link

Can libmem be used in the PS5 environment? #125

Closed lizhaohong closed 7 months ago

lizhaohong commented 1 year ago

The PlayStation 5's is called "Orbis OS", based upon a customized FreeBSD 9, we need to hook socket sendto and recvfrom interface, but we can not find any hook library in PlayStation 5, and libmem is a hook library for FreeBSD, so can libmem be used in the PlayStation 5 environment? The PlayStation 5 removes most of the header files of FreeBSD's kernel functions, so we don't know if it will work properly when using the libmem library on the PS5 platform

rdbo commented 1 year ago

I don't have a PS5 so I can't be sure, but I think that the PS5 operating system is a heavily modified version of FreeBSD, to the point where there may not be many traces of it left. libmem should work on PS5 if:

If it passes on all of these conditions, it should work.

rdbo commented 7 months ago

Closing for inactivity and not planned specific support