Hey guys.
I am trying to load a prx from a eboot, then a eboot from a prx using the various samples on the web.
Of course I would prefer to be just able to load a eboot from an eboot but since I am doing this on the slim so it's my only choice. (I think?)
However, I have done a lot of searching, and testing and i can't find a working example anywhere. Even the included prx test in the pspsdk does not work (even with eboot set to usermode)
Does anyone have a working sample?
Thanks
Loading Kernel Mode Prx On PSPSlim
-
- Posts: 409
- Joined: Tue Oct 09, 2007 4:22 am
i want to load a kernal mode prx from a usermode eboot yes.Pirata Nervo wrote:huh?
you want to load kernel mode prx right?
what's the problem?
Problem is with every sample i have tried it always just crashes back to the xmb with an error code.
Hence why I am asking for a working sample if anyone would be kind enough to share one
I did. The search function doesn't work correctly for me at all. Whatever you type in it always comes up with the same result. Heck I tested it to see by seaching for "lol" and the same threads came up as when i typed in "prx". I have tried longer keywords but with no joy.J.F. wrote:The problem is he hasn't bothered to search or read old threads.
All this hostility isn't needed. I am only asking for a bit of help.
Last edited by _Zack_ on Mon Jul 07, 2008 7:32 am, edited 2 times in total.
Hi! :)
http://www.sakya.it/downloads/testPer352.rar
Was designed for CF 3.52M33, but with the NID resolver you shouldn't have problems on newer kernels.
Ciaooo
Sakya
Here there's an old sample I made for myself:_Zack_ wrote:Hence why I am asking for a working sample
http://www.sakya.it/downloads/testPer352.rar
Was designed for CF 3.52M33, but with the NID resolver you shouldn't have problems on newer kernels.
Ciaooo
Sakya
Thank yousakya wrote:Hi! :)
Here there's an old sample I made for myself:_Zack_ wrote:Hence why I am asking for a working sample
http://www.sakya.it/downloads/testPer352.rar
Was designed for CF 3.52M33, but with the NID resolver you shouldn't have problems on newer kernels.
Ciaooo
Sakya
Appreciate it.
-
- Posts: 409
- Joined: Tue Oct 09, 2007 4:22 am
how to use the search button:
* you have 2 types of seach:
- by words (searches the words in the string)
- by string (searches the whole string)
then you have other options.
and what sakya posted is not a simple kernel prx.
It exports functions and it is not a plugin.
You should post your code and main.c
in my opinion is very easy to create a kernel prx o.O
just set the mode to 0x1000, make sure you create the main thread well and that's it lol
* you have 2 types of seach:
- by words (searches the words in the string)
- by string (searches the whole string)
then you have other options.
and what sakya posted is not a simple kernel prx.
It exports functions and it is not a plugin.
You should post your code and main.c
in my opinion is very easy to create a kernel prx o.O
just set the mode to 0x1000, make sure you create the main thread well and that's it lol