Load a RCO file from MS when call the osk...

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
ne0h
Posts: 386
Joined: Thu Feb 21, 2008 2:15 am

Load a RCO file from MS when call the osk...

Post by ne0h »

Excuse me,
i've searched to load a RCO from ms but i haven't foud a solution!
I only want to load a personal osk_plugin.rco from MS before call the osk in my programm...
Where i can find a code example?
If is difficult i want not to do this, because i think, i'm not been able to write the function and i want not to write it from you...
So, is simple or difficult?
phobox
Posts: 127
Joined: Mon Mar 24, 2008 6:22 pm

Post by phobox »

i think it's not esay... you need a software (like cxmb does) to load your rco and patch the address of it in memory... am i right?
Ciao! from Italy
User avatar
jean
Posts: 489
Joined: Sat Jan 05, 2008 2:44 am

Post by jean »

yes. Figuring out when OSK is going to be called is not difficult using function like those you can find in pikey to hook memory modules. (when you mess up with modules, another function

Code: Select all

sctrlHENSetStartModuleHandler(SceModule2 *mod) 
can be of help) I don't know how hard it is to change RCO on-the-fly (does RCO affect OSK at all??). Anyway it's not a piece of cake... You could try to do something looking in pikey's and CXMB's sources.
Post Reply