PS3 Manager API aka PS3M_API is an API similar to TMAPI or CCAPI, compatible with CEX and DEX consoles. It includes a lot of new features (see below) which can be used in any PS3 plugins (vsh plugin, game plugin, ...), homebrew and it can be used remotely with any PC tools (and Android, iOS, ... is open source so anyone can port the PC library to any other platform) or with the webUI (any device with an internet navigator).
Developer: NzV
This is a PSL1GHT library that allows any PS3 homebrew developer to use PS3MAPI features from within their apps.
To install the library, just clone the repository and execute:
make install
- Get all process pid.
- Get process name by pid.
- Get process by pid.
- Get current process.
- Make all memory writable for any process.
- Set process memory.
- Get process memory.
- Get all process module prxid.
- Get module name by prxid.
- Get module filename by prxid.
- Load a process module.
- Unload a process module.
- Unload plugins by name.
- Get plugins info by slot (name and filename).
- Disable any syscall.
- Partial disable syscall8.
- Check any syscall.
- Remove cobra/mamba hook.
- Get and set IDPS/PSID anytime.
ps3mapi-lib
is released under the MIT License.