Do really extend existing entry table for prx module?

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

Moderators: cheriff, TyRaNiD

Post Reply
User avatar
ghost_gluck
Posts: 7
Joined: Fri Apr 04, 2008 5:09 am

Do really extend existing entry table for prx module?

Post by ghost_gluck »

subj.

I need to extend sceLibraryEntryTable for existing module and add own functions.
Some questions, what i need to known:
1. Do i can patch sceLibraryEntryTable for any module?
2. if yes - do i can allocate memory in kernel partition and replace sceLibraryEntryTable with new patched one?
3. Where i can find information about patching export tables?

PS. Thanks for reply
Sorry for terrible english. My native language is C++...
Post Reply