Infrastructure Networking Functions

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

Moderators: cheriff, TyRaNiD

Post Reply
accepttheownage
Posts: 17
Joined: Sun Jun 18, 2006 6:56 am

Infrastructure Networking Functions

Post by accepttheownage »

Which functions does the PSP use (both in XMB browser and games) to communicate online?
I have patched the following functions to my own and made them increase a counter just to see if the PSP executes them and how much. No matter how long I let it sit there in an online game or browse pages online it never increases so I can verify that these are never called.

In sceNetInetLibrary:

sceNetInetSendmsg
sceNetInetSend
sceNetInetSendto
sceNetInetRecvmsg
sceNetInetRecv
sceNetInetRecvfrom

This is not a problem with my code because I have used it to patch at least 10 functions in firmware and they all worked (and I checked to see if it actually found these functions in memory, and it did). I've also tried calling my patched function directly and that does increase the counter. So does anyone have any clue as to which functions I should be looking at?

EDIT:
Here's a screenshot from my debug output, the functions are found and patched correctly, and I've even tried returning -1 all the time for the functions, still everything works, so I'm clueless =/

Image
Post Reply