Symbian OS | Pocket PC | Smartphone | Android | BlackBerry | Apple iPhone OS | Java | Mobile Gaming | Linux | Palm | Win CE | Tablet  
     

Free Mobile Software, Themes, Games, Apps for PDA and Smartphones

     
Search by Device
My Device

  
Last Viewed Apps
Learn Java XML
C and Java Programs
Kai's OpenFileDialog.Net (source code)
Search by Category
Business & Profession
Databases
Dictionary & Translator
Entertainment
Finance
Games
Healthcare & Medicine
Internet & Communications
Multimedia & Graphics
Organisation & Productivity
Programming & Development
Reading
Science & Education
System Utilities
Themes & Wallpapers & Skins
Travel & Navigation
Search by Platform
Android
Apple iPhone OS
iPad
iPhone
iPod Touch
BlackBerry
Java
Linux
Maemo Nokia Internet Tablet
MeeGO
Sharp Zaurus
Mobile Gaming
Nintendo DS
Playstation 3
Playstation Portable
Wii
Xbox 360
Palm OS
Symbian OS
Series 60
Series 80
Series 90
UIQ
Tablet PC
Windows CE.NET
Windows Mobile Pocket PC
Windows Mobile Smartphone
     


Achivx Partner
 
 
2.60 Firmware Exploit - Fanjita Source




2.60 Firmware Exploit - Fanjita Source
Version: 1.0

Platforms: PSP, Mobile Gaming


Categories: Programming & Development

Upload date: 24 Sep 11

Developer:

License: Freeware

Downloads: 11

File Size: 721 Kb
Download Free 2.60 Firmware Exploit - Fanjita Source 



Rating: 1.0/5 (Total votes: 1)




  2.60 Firmware Exploit - Fanjita Source

 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(;;) { }
}
 
Like it? Share with your friends!

If you got an error while installing Themes, Software or Games, please, read FAQ.
 
Similar Software:

funcLibfuncLib
funcLib  PSP homebrew developer Sleepy dropped us a line earlier to announce the release of funcLib v1.0.0. This PC-based app, developed by the duo of Sleepy and Flatmush, is a function library built to help ease up the task of programming homebrews for the PSP. This news heralds funcLib 1.0
CTF gameboot from MSCTF gameboot from MS
Have you been converting your themes for Sony's PSP just so you can add various gameboots you wanted to use? Well, there might be couple of themes of the same nature out there, but there's a big chance that you guys might not like them
NitePR revJ source codeNitePR revJ source code
NitePR revJ source code There are things in life that take priority over others, and PSP homebrew developer SANiK has postponed the homebrew role in exchange for the pursuit of higher knowledge. The developer's online compatible cheat utility, NitePR, is now on development limbo indefinitely, but SANiK allowed the release of the source code to NitePR revision J
PSPWritePSPWrite
Making the Sony PlayStation Portable seem more like an end-all, be-all Swiss Knife tool instead of just a handheld comes Zx-81 once more and his array of nifty homebrew applications - and this time, he bears the latest version of PSPWrite
PSP Animation StudioPSP Animation Studio
PSP Animation Studio Turns out that skaterboy masonman's "f'd up ankle" has finally healed and he's back to working on his code. As to why he wasn't able to fix on his homebrew app while having a busted ankle, who knows? Maybe he was in the hospital and couldn't get to his computer. But moving on, he's released v2 for PSP Animation Studio
Text Coord finderText Coord finder
Text Coord finder  Gutya from our forums has released a homebrew application to help developers whilst making homebrew games. This small, simple application allows you to see where to place your text on an image, useful when making a main navigation menu; where getting the text in exactly the right place takes up quite a bit of time
Xgraphics 1st EditionXgraphics 1st Edition
Xgraphics 1st Edition Over on our PSP Development forums, xart has just announced that the Xgraphics part of XSDK is now ready and available. You can get your copy by clicking on the download link. According to the Xart website, Xgraphics is "a set of C++ classes for allowing cross platform graphics to be achieved in your Xcode projects
SXLibrarySXLibrary
This is a simple to use and add to any software you develop for the PSP device, it is also works well without any issue of any kind with BenHur's intraFont so here is the SXLibary that I mainly coded for myself
X-Flash Kerrang Build 4X-Flash Kerrang Build 4
X-Flash Kerrang Build 4 Homebrew developer, Art, informed us through our forums that he has released the X-Flash Kerrang Build 4. If you have no idea what in the world X-Flash is, then let us give you a background of the the app. This app, when used with caution and enough knowledge, could alter and create a custom firmware for your PSP
LUA TwinTail LDELUA TwinTail LDE
LUA TwinTail LDE Ema has released a new version of TwinTail LDE, version 2.1. TwinTail LDE is a text editor written in Lua, and used to edit Lua scripts while inside of your PSP. This homebrew is separated in Japanese and English version. Here is the changelog: 2.0 -> 2
 

Comments on 2.60 Firmware Exploit - Fanjita Source:

Comments not found

Name:


Comment:


Enter text from image below:

Turn on images!

 
 

If you noted an error or download link is broken, please, report it via this page or use comments.
 

Please, select device to check if 2.60 Firmware Exploit - Fanjita Source supports it
 
 
© Pantich 2009 - 2025 All rights reserved.