How to hook a kernel API?

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

Moderators: cheriff, TyRaNiD

Post Reply
poison
Posts: 17
Joined: Thu Dec 14, 2006 11:07 pm

How to hook a kernel API?

Post by poison »

The apihook in psplink works well in my module while hooking a user API,
but when I tried to hook a kernel API such as sceIoOpen in IoFileMgrForKernel, it took no effect.
how can I do that ?

Thanks.
Post Reply