QJ Net: MyQJ | QJ.NET | MMORPG | Nintendo DS | Wii | PlayStation 3 | PSP | XBOX 360 | Downloads | QJ.NET Forums

HOME | FAQ
Home

2.60 Firmware Exploit - Fanjita Source


File Name SAVEDATA.rar
File Type RAR
Developer Fanjita
Operating System PSP
File Size 0.7 MB
Created 06/27/2006
Updated 07/04/2009
Downloads 3,801 times
Download time  
Modem: 2 min
ISDN:0 min 45 sec
DSL:0 min 3 sec
CABLE:0 min 2 sec
T1:0 min 1 sec

2.60 Firmware Exploit - Fanjita Source
Rating: 3.75/5.00
Rated by: 4 users
Rate it:


{FILES_BLOG_NAME}
Please scroll down for the download button and more file information.

Download File 2.60 Firmware Exploit - Fanjita Source
File Description
Fanjita has released the "source" of his work so far today on this newly discovered exploit. If you would like to take a look at it and continue investigating, have a look!

Only for v2.5 / v2.6.

Based on Proof of Concept code by Hitchhikr / Neural.

Function : Attempts to load ms0:/kernel.elf using sceLoadModule/sceStartModule when in kernel mode, after writing a NOP to 0x8801A5B4.

Diags: Writes a log of operations to ms0:/GTALOG.TXT.
If LoadModule fails, writes the error code to ms0:/failload.trc.
If StartModule fails, writes the error code to ms0:/failstart.trc.

Source for the interesting bit:

void kernel_proc(void) {
// Dump'em all - read access
int handle;
int luid;

unsigned int *probe;

dlog("check dlog");

#if 1
dlog("patch module check");
// Patch module check
probe = (unsigned int*) 0x8801A5B4;
probe[0] = 0;
#endif

dlog("load module");
// try loading an ELF
luid = sceKernelLoadModule("ms0:/kernel.elf", 0, NULL);
if (luid < 0)
{
handle = sceIoOpen("ms0:/failload.trc", O_WRONLY | O_CREAT | O_TRUNC, 0777);
sceIoWrite(handle, &luid, 4);
sceIoClose(handle);
}
else
{
dlog("start module");
luid = sceKernelStartModule(handle, 0, NULL, NULL, NULL);
if (luid < 0)
{
handle = sceIoOpen("ms0:/failstart.trc", O_WRONLY | O_CREAT | O_TRUNC, 0777);
sceIoWrite(handle, &luid, 4);
sceIoClose(handle);
}
}

for(;;) { }
}



Read more about this file on the QJ.NET Blogs here

General Statistics


Total Downloads:72,244,477
Total Size Downloaded: 127,892 GB
Category Source Code
Total Downloads:183,048
Total Size Downloaded: 162 GB

Newest Downloads

06/24/2009 - 07/04/2009


05/29/2009
05/26/2009
05/12/2009
05/07/2009
04/20/2009
04/12/2009
03/23/2009
03/12/2009
03/09/2009
03/02/2009
03/02/2009
02/09/2009
01/23/2009
11/10/2008
11/10/2008