QJ Net: MyQJ | QJ.NET | Apple | Mobile | Science | MMORPG | Nintendo DS | Wii | World of Warcraft | PlayStation 3 | PSP | XBOX 360 | Gadgets | PC Gaming | Age of Conan | DL.QJ | 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/18/2008
Downloads 3,666 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:47,274,330
Total Size Downloaded: 311,576 GB
Category Source Code
Total Downloads:142,092
Total Size Downloaded: 178 GB

Newest Downloads

07/08/2008 - 07/18/2008


07/13/2008
06/19/2008
06/16/2008
06/10/2008
05/29/2008
05/09/2008
05/01/2008
05/01/2008
04/24/2008
04/07/2008
04/05/2008
03/21/2008
03/15/2008
03/14/2008
02/14/2008