Hello there, I'm back once more.
I wanted to dummy the Adhoc Usermode Modules in the 5.0 Firmware.
To do that all I gotta do is create all the exports and it should be fine but...
The exports are adressed using the original NIDs... as far as I know.
So how would I go about giving my own exports... the NIDs from the original module?
SOLVED:
Use PSP_EXPORT_FUNC_NID(functionname, 0x112233AA) instead of PSP_EXPORT_FUNC_HASH(functionname) - same for variables...
Dummying PRX Modules [SOLVED]
Dummying PRX Modules [SOLVED]
Last edited by Coldbird on Fri Sep 25, 2009 9:45 am, edited 2 times in total.
Been gone for some time. Now I'm back. Someone mind getting me up-2-date?
Sorry for the doublepost but I gotta catch some attention here because Im asking for something different now.
Because obviously noone has a idea how to do that with PSPSDK means - which makes me believe that there is no PSPSDK way to do this without recoding the exporter...
I wanted to ask whether someone has a PRX documentation that they could link me up with?
The only ones I've found so far are all about theory but dont feature actual structures I could work with.
Because obviously noone has a idea how to do that with PSPSDK means - which makes me believe that there is no PSPSDK way to do this without recoding the exporter...
I wanted to ask whether someone has a PRX documentation that they could link me up with?
The only ones I've found so far are all about theory but dont feature actual structures I could work with.
Been gone for some time. Now I'm back. Someone mind getting me up-2-date?
Sorry for my late response...
The reason why I'm doing this is to prevent the adhoc modules from initializing the WiFi Hardware in adhoc mode aswell as to dummy the Adhoc Functions for tunneling it through a Infrastructure Connection.
I must admit though I added the solved tag to this topic a bit too soon...
Even though I can set the NIDs manually... replacing the module results in a PSP freeze upon loading the module.
The reason why I'm doing this is to prevent the adhoc modules from initializing the WiFi Hardware in adhoc mode aswell as to dummy the Adhoc Functions for tunneling it through a Infrastructure Connection.
I must admit though I added the solved tag to this topic a bit too soon...
Even though I can set the NIDs manually... replacing the module results in a PSP freeze upon loading the module.
Been gone for some time. Now I'm back. Someone mind getting me up-2-date?