forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Infrastructure Networking Functions

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development
View previous topic :: View next topic  
Author Message
accepttheownage



Joined: 18 Jun 2006
Posts: 17

PostPosted: Tue Oct 10, 2006 4:14 am    Post subject: Infrastructure Networking Functions Reply with quote

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 =/

Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group