Search found 6 matches

by ixalon
Mon Jul 07, 2008 5:51 am
Forum: PSP Development
Topic: Patching SceHttp_Library
Replies: 5
Views: 1969

Ack! :( Is there any way to patch usermode library functions in a way that built-in VSH plugins use the patched versions? Could I patch sceKernelLoadModule and all its variants to ignore exclusive load errors and just return the module id of the already loaded module? Or could I patch it to check fo...
by ixalon
Mon Jul 07, 2008 3:28 am
Forum: PSP Development
Topic: Patching SceHttp_Library
Replies: 5
Views: 1969

Thanks moonlight... Knew I'd have made a glaringly simple error! Still having problems though - stripping out all the nid table patching, if I do nothing more than load libhttp.prx in anything (kernel mode or user mode PRX) then the browser won't start. e.g. ... PSP_MODULE_INFO("httppat...
by ixalon
Sun Jul 06, 2008 6:09 am
Forum: PSP Development
Topic: Patching SceHttp_Library
Replies: 5
Views: 1969

Patching SceHttp_Library

Hi guys, I'm pulling my hair out trying to patch an export in SceHttp_Library (libhttp.prx) from a kernel mode PRX. libhttp.prx loads, I run through the nidtable and replace the function pointer with one to my PRX's version. All seems good. However, when I fire up VSH and try the internet browser, i...
by ixalon
Wed Nov 22, 2006 7:18 am
Forum: PS3 Development
Topic: PS3 Network/Store through tcpdump?
Replies: 14
Views: 62066

Yep, I found a few interesting sites by setting my user-agent to:
Mozilla/5.0 (PLAYSTATION 3; 1.00)

http://ps3.us.playstation.com/
http://psn.jp.playstation.com/

Nothing very exciting though...
by ixalon
Tue Nov 21, 2006 8:01 am
Forum: PS3 Development
Topic: PS3 Network/Store through tcpdump?
Replies: 14
Views: 62066

PS3 Network/Store through tcpdump?

Hi guys, Out of curiosity, has anyone tried wiring a PS3 up through a linux-based router and using something like tcpdump to see what's going on. For example, is the PS3 network and store interface run over HTTP (if so, what are the URLs?) or always HTTPS or a custom protocol? Roll on March... Cheer...
by ixalon
Mon Jul 17, 2006 11:54 pm
Forum: PSP Development
Topic: Compression/Encryption in LocationFree LFR files?
Replies: 1
Views: 1435

Compression/Encryption in LocationFree LFR files?

Hi guys, I'm getting annoyed with the lack of updates to the LocationFree remote data for the PSP compared to that of the client for the PC - so I'm taking a stab at working out the file format of the LFR files you put on your memorystick to update the remote control code data. Hopefully this will a...