Hooking Net Functions

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

Moderators: cheriff, TyRaNiD

Post Reply
Mortimus
Posts: 7
Joined: Fri Jan 06, 2006 3:32 pm

Hooking Net Functions

Post by Mortimus »

Is there a reason why the following would not work...
are my arguments wrong? or is there something special u have to do to hook Network functions?

Code: Select all

apiHookByNid("sceNetAdhoc_Library", "sceNetAdhoc", 0xE1D621D7, patchedsceUtilityLoadNetModule);
~ Mortimus ~
Post Reply