Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bucanero/ps3mapi-lib
PS3 MANAGER API
https://github.com/bucanero/ps3mapi-lib
homebrew ps3 ps3-cfw syscall vsh-plugins
Last synced: 7 days ago
JSON representation
PS3 MANAGER API
- Host: GitHub
- URL: https://github.com/bucanero/ps3mapi-lib
- Owner: bucanero
- License: mit
- Created: 2020-06-25T21:46:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-15T19:50:58.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T04:57:31.394Z (over 1 year ago)
- Topics: homebrew, ps3, ps3-cfw, syscall, vsh-plugins
- Language: C
- Homepage: http://www.bucanero.com.ar/
- Size: 58.6 KB
- Stars: 7
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PS3 Manager API (PS3MAPI)
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_
# PS3MAPI Library
This is a [PSL1GHT](https://github.com/ps3dev/PSL1GHT/) library that allows any PS3 homebrew developer to use PS3MAPI features from within their apps.
## Installation
To install the library, just clone the repository and execute:
```bash
make install
```## PS3M_API FEATURES
### PROCESS
- Get all process pid.
- Get process name by pid.
- Get process by pid.
- Get current process.### MEMORY
- Make all memory writable for any process.
- Set process memory.
- Get process memory.### MODULES
- Get all process module prxid.
- Get module name by prxid.
- Get module filename by prxid.
- Load a process module.
- Unload a process module.### VSH Plugins
- Unload plugins by name.
- Get plugins info by slot (name and filename).### SYSCALL
- Disable any syscall.
- Partial disable syscall8.
- Check any syscall.### EXTRA
- Remove cobra/mamba hook.
- Get and set IDPS/PSID anytime.## License
`ps3mapi-lib` is released under the [MIT License](LICENSE).