TheRouletteBoi

Results 22 comments of TheRouletteBoi

This is awesome!!!! Great work ⭐⭐

I crash when loading kernel plugins

I have a kernel plugin but it is meant for DEX only, it just has a simple kernel patch to test this feature. Looking at the source it seems like...

> I see. I confused the parameter with vsh plugins. > > Try changing the memory allocation. The function sys_mem_allocate use pages in multiple of 64K. > > ``` >...

> I will remove addr & unloading since they don't have any use. Thank you for your feedback. well I would keep the unloading for the dynamic payload but just...

outstanding work Aldo 👍

> I reverted the unload code of wMM as it was in 1.47.37. Please test [webMAN_MOD_latest.zip](https://github.com/aldostools/webMAN-MOD/files/8413825/webMAN_MOD_latest.zip) and report back. > > It's weird that it doesn't work unloading the plugin...

Tested both versions you mentioned. 1.47.36 unloading works but wMM stays in memory after unloaded through XMB interface wMM stays in memory after unloaded through PS3MAPI web interface 1.47.37 wMM...

I'm not sure if this makes a difference or not but worth a try. SC_STOP_PRX_MODULE takes 6 parameters https://github.com/TheRouletteBoi/RouLetteVshMenu/blob/main/src/Utils/SystemCalls.cpp#L668-L695 https://github.com/TheRouletteBoi/RouLetteVshMenu/blob/main/src/Main.cpp#L122-L125