Post: PS3 Manager API
12-21-2014, 12:03 AM #1
__NzV__
I am error
(adsbygoogle = window.adsbygoogle || []).push({});
You must login or register to view this content.

PS3 Manager API v1.2.1


Originally posted by another user


PS3 Manager API aka PS3M_API is an API similar to TMAPI or CCAPI, compatible with CEX and DEX console. It include a lot of new features (see bellow) who can be used in any ps3 plugins (vsh plugin, game plugin, ...), homebrew and it can be used remotely with an pc tools (and Android, iOs, ... is open source so anyone can port the pc library to any other support) or with the webUI (any device with an internet navigator).

Developer:_NzV_




[TD="bgcolor: #800000"]
PS3M_API FEATURES

[/TD]
[TD="bgcolor: #666666"]PROCESS[/TD]
[TD="bgcolor: #666666"]MEMORY[/TD]
[TD="bgcolor: #666666"]MODULES[/TD]
[TD="bgcolor: #CCCCCC"]-Get all process pid.
-Get process name by pid.
-Get process by pid.
-Get current process.[/TD]
[TD="bgcolor: #CCCCCC"]-Make all memory writable for any process.
-Set process memory.
-Get process memory.[/TD]
[TD="bgcolor: #CCCCCC"]-Get all process module prxid.
-Get module name by prxid.
-Get module filename by prxid.
-Load a process module.
-Unload a process module.[/TD]
[TD="bgcolor: #666666"]VSH Plugins[/TD]
[TD="bgcolor: #666666"]SYSCALL[/TD]
[TD="bgcolor: #666666"]EXTRA[/TD]
[TD="bgcolor: #CCCCCC"]-Unload plugins by name.
-Get plugins info by slot (name and filename).[/TD]
[TD="bgcolor: #CCCCCC"]-Disable any syscall.
-Partial disable syscall8.
-Check any syscall.[/TD]
[TD="bgcolor: #CCCCCC"]-Remove cobra/mamba hook.
-Get and set IDPS/PSID anytime.[/TD]





HOW TO GET PS3M_API FEATURES ON YOUR PS3





[TD="bgcolor: #800000"]
ALL CFW (COBRA OR NOT)

[/TD]
[TD="bgcolor: #CCCCCC"]
PS3M_API and his features was include in the last major update of MAMBA who is compatible with 3.55 and 4.xx firmware (CEX & DEX) COBRA or NOT,so to enjoy all features of PS3M_API you just need to get MAMBA running on your PS3.

Note: PS3M_API MAMBA has one limitation, it cant set memory of vsh.self (from offset 0x10000 to 0x10000 + vsh_text_size), the COBRA version don't have this limitation.[/TD]
[TD="bgcolor: #666666"]How to get MAMBA running on your PS3[/TD]
[TD="bgcolor: #CCCCCC"]
If you are using COBRA CFW the first step is to toggle COBRA off (use You must login or register to view this content. to do it for example)

To get MAMBA running on your PS3 you can use You must login or register to view this content..

Now if you want to also use remote features (pc tools and webUI) you need to install/update You must login or register to view this content. to your PS3, it will be auto started with You must login or register to view this content. or at boot (if you use autoloader).[/TD]




[TD="bgcolor: #800000"]
CFW COBRA 7.03+

[/TD]
[TD="bgcolor: #CCCCCC"]
If you running a CFW with
COBRA 7.03 (expect REBUG 4.65.2) or more PS3M_API and his features was already include in it so you can use it without install anything else, but check bellow maybe their is an update to have the last version of PS3M_API for your PS3.

If you want to also use remote features (PC tools and webUI) you need to install/update You must login or register to view this content. it will be auto started at boot.[/TD]
[TD="bgcolor: #666666"]How to update PS3M_API on CFW COBRA 7.03+[/TD]
[TD="bgcolor: #CCCCCC"]

!!!Use ONLY on specified firmware, if not you will soft BRICK your PS3!!!


This will install the last version of PS3M_API COBRA to your PS3..

Download:


  • 4.66 HABIB COBRA (7.03) v1.0.1: You must login or register to view this content.
  • 4.70 DARKNET COBRA (7.05) v1.0: already include the last version of PS3M_API
  • 4.70 HABIB COBRA (7.10) v1.0.1: already include the last version of PS3M_API
  • 4.70.1 REBUG COBRA (7.1): already include the last version of PS3M_API


How to:

  • Install the according pkg to your cobra firmware.
  • Run it, it will update COBRA stage2.bin, if all is good your ps3 will reboot, if not you will get back to xmb.
  • Install/update the last version of You must login or register to view this content. if you want to use remote features (pc tools and webUI).

[/TD]





HOW TO USE PS3M_API REMOTE FEATURES





[TD="bgcolor: #800000"]
PC TOOLS

[/TD]
[TD="bgcolor: #666666"]PS3 Manager API Demo PC Tools[/TD]
[TD="bgcolor: #CCCCCC"]
You must login or register to view this content. You must login or register to view this content.
You must login or register to view this content. You must login or register to view this content.




The demo tools is an PC application who show all features of the PS3M_API who can be used remotely.

Download: You must login or register to view this content.

How to:

  • You need to have PS3M_API (MAMBA or COBRA) and You must login or register to view this content. running on your PS3.
  • Download, extract the *.rar file, and run the demo tool.
  • Connect to your PS3 using this ip and do what you want.

[/TD]
[TD="bgcolor: #666666"]How to use PS3M_API with RTM/RTE tools[/TD]
[TD="bgcolor: #CCCCCC"]If the tools you want to use don't support PS3M_API you can "fake" CCAPI with PS3Lib.dll (based on v4.4), it will force your tools to use PS3M_API instead of CCAPI.

Not 100% of tools build for CCAPI will work with this but it better than nothing, to have real support of PS3M_API tools need to be updated.


Download: You must login or register to view this content.

How to:

  • Download, extract the *.rar file.
  • Copy its content to the folder of your tools (replace PS3Lib.dll).

[/TD]



[TD="bgcolor: #800000"]
webUI

[/TD]
[TD="bgcolor: #CCCCCC"]

You must login or register to view this content.


PS3M_API webUI is include in You must login or register to view this content. its an web page who allow you to use remotely all features of PS3M_API with just an internet navigator (work on any device).

How to:

  • Open this address in your internet navigator: your-ip/home.ps3mapi

[/TD]




PS3M_API CHANGE LOG




     [B]
Version 1.2.1:[/B]
[LIST]
[*]Minor code improvement.
[/LIST]

[B]Version 1.2.0:[/B]
[LIST]
[*]Add new function for vsh plugin management (ps3mapi_unload_vsh_plugin, ps3mapi_get_vsh_plugin_info).
[*]Add new function to get/set ipds and psid at anytime.
[/LIST]


[B]Version 1.1.1:[/B]
[LIST]
[*]Core: Improved check and disable syscall (now you can choose which syscall you want to check or disable).
[*]Core: Add partial disable syscall 8 (4 mode: fully enabled, keep cobra/mamba/ps3m_api features, keep only ps3m_api features, fake disable).
[*]Core: Better error management.
[*]PS3 Lib, PC Lib, Demo PC Tools, Fake PS3Lib.dll updated to include new core change.
[*]Server: webMAN-MOD 1.40.02 and more are compatible with this version.
[/LIST]

[B]Version 1.0.2:[/B]
[LIST]
[*]Initial "stable" public release.
[/LIST]




DEVELOPERS





[TD="bgcolor: #666666"]How to use PS3M_API in plugin and homebrew for PS3[/TD]
[TD="bgcolor: #CCCCCC"]
You can use this library to easily use all features off PS3M_API in your in project, you can find it here:
You must login or register to view this content.[/TD]
[TD="bgcolor: #666666"]How to use PS3M_API remote features in RTM/RTE tools[/TD]
[TD="bgcolor: #CCCCCC"]
I have updated PS3Lib v4.4 by iMCSx to add support for PS3M_API, with this you can build or update your tools with support of all three API (TMAPI, CCAPI and PSMAPI) easily.



Download:You must login or register to view this content.
Source Code:You must login or register to view this content.


You can also find the source of the PS3M_API demo tool here: You must login or register to view this content.[/TD]
[TD="bgcolor: #666666"]My GitHub[/TD]
[TD="bgcolor: #CCCCCC"]You must login or register to view this content.[/TD]
(adsbygoogle = window.adsbygoogle || []).push({});

The following 25 users say thank you to __NzV__ for this useful post:

-SuperMan, One, 04jberry, aburezk, BaSs_HaXoR, Bigmoneyhustlin, Boliberrys, Cain532, Cyb3r, dnawrkshp, elgolumm, Frozen_, hum_h2, ioritree, Jannik007, DeflatedFootball, Kryptus, ksa_7ooo7, mariokilla23, milky4444, RGaming, seb5594, Jon Snow, ZackFairFF7X
03-16-2015, 08:20 PM #38
SC58
Former Staff
Originally posted by Frozen
As it currently stands, this has most (if not all) of the features that CCAPI has built into it, along with an extra feature to unload / load sprx processes dynamically. Its still being worked on by the developer at the moment, however the fact that it is open source (unlike CCAPI) already makes it seem like a better alternative in my opinion.



It works on both CEX and DEX although there are less features of this API on DEX. I believe that it was intended to be used alongside with tmapi on DEX as it only has the functions send notification messages, change led colors, and ring the buzzer similarly to CCAPI.


CCAPI and this can and will do everything 100% both can do. so same thing, nothing different at all.
03-16-2015, 08:29 PM #39
i tried this but it's much slower than ccapi (which is already slower than tmapi).
03-16-2015, 08:30 PM #40
Originally posted by SC58 View Post
CCAPI and this can and will do everything 100% both can do. so same thing, nothing different at all.


last time I checked, CCAPI didn't have dynamic loading of modules. CCAPI only supported loading modules at console boot.
03-16-2015, 08:37 PM #41
SC58
Former Staff
Originally posted by Frozen
last time I checked, CCAPI didn't have dynamic loading of modules. CCAPI only supported loading modules at console boot.


cause enstone don't want anyone to do so, can't release a source when u can make money off it
03-16-2015, 09:43 PM #42
tryme
Do a barrel roll!
Originally posted by SC58 View Post
cause enstone don't want anyone to do so, can't release a source when u can make money off it

What a pity excusion for such a thing. Himself wants to make off money from it in my opinion. And comparing it with deank is also hilarious to me. Sometimes I cannot disagree with those who want to make money from such tools, but in the end it is a user's fault to pay them and they do not deserve better

I think this ps3mapi is much more superior to ccapi, now that there are mostly Cobra based CFWs in the wild. Too bad, that nobody cares about it and update their tools with its new ps3lib.
03-16-2015, 10:06 PM #43
Originally posted by Frozen
I believe that only PS3 sprx plugins (Like webman / PSNPatch) can be currently loaded / unloaded. Not quite sure whether that includes game sprx menus, especially since you normally have to resign an eboot for them to be loaded in that specific game. I haven't tested attempting to load an sprx menu with this yet so don't take my full word on this...


Yeah I didn't think it could work either. But it would be pretty sweet to be able to load them that way
03-17-2015, 12:38 AM #44
What's up with all the flaming on this thread?
04-04-2015, 03:12 PM #45
__NzV__
I am error
You must login or register to view this content. You must login or register to view this content.
You must login or register to view this content. You must login or register to view this content.


PS3 Manager API PC Lib and Demo Tools Updated.

Download: You must login or register to view this content.
Source Code: You must login or register to view this content.

Change log:
    
[B]PS3ManagerAPI.dll v1.2.0:[/B]

[LIST]
[*]Require webMAN-MOD v1.41.40 at least
[*]Add features of PS3M_API v1.2.x (Get and set IDPS/PSID anytime, VSH plugins manager)
[*]Bugfix: Fixed get and set memory on larger range (length > 65536)
[*]Bugfix: Memory can now be get and set on address upper 0x7FFFFFFF
[/LIST]

[B]PS3 Manager API Demo Tools v1.2.0:[/B]

[LIST]
[*]Small UI Change
[*]Add VSH plugins manager
[*]Add get and set idps/psid anytime
[*]Minor improvement
[*]Require webMAN-MOD v1.41.40 at least
[/LIST]





PS3Lib v4.5 [Unofficial] and "Fake" CCAPI Updated.

Download PS3Lib v4.5.1: You must login or register to view this content.
Source Code PS3Lib v4.5.1: You must login or register to view this content.

Download "Fake" CCAPI v1.1: You must login or register to view this content.

Change log:
    
[B]PS3Lib v4.5.1 (U):[/B]

[LIST]
[*]Updated to support features of PS3ManagerAPI.dll v1.2.0
[*]Require webMAN-MOD v1.41.40 at least
[/LIST]

[B]"Fake" CCAPI v1.1:[/B]

[LIST]
[*]Updated to support features of PS3ManagerAPI.dll v1.2.0
[*]Require webMAN-MOD v1.41.40 at least
[/LIST]
04-23-2015, 02:06 PM #46
neruve
Gobble
Hello, any way to get netcheat to work with this. I'm using 4.52 and it connects then instantly disconnects.

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo