aldostools / webMAN-MOD

Extended services for PS3 console (web server, ftp server, netiso, ntfs, ps3mapi, etc.)
https://aldostools.github.io/webMAN-MOD/
GNU General Public License v3.0
1.33k stars 177 forks source link

[Possible BUG] PS3Mapi on HEN #905

Open LuanTeles opened 1 year ago

LuanTeles commented 1 year ago

I think maybe it's a HEN payload issue instead of webman but I can't unload a plugin using ps3mapi although it works on CFW

the load command works, just the unload one that doesn't, any clue?

aldostools commented 1 year ago

webMAN MOD basically calls the ps3mapi opcode SYSCALL8_OPCODE_UNLOAD_VSH_PLUGIN (0x364F) with the slot.

The code is the same for HEN and CFW. So if it works in CFW, but not in HEN, then the bug is in HEN payload or maybe a limitation.