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
Micrographia for MobiPocket Reader
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:

EGE: Small 2D EngineEGE: Small 2D Engine
EGE: Small 2D Engine  If you're a neophyte in the world of game developing and there's nobody there to show you how it's done step by step, then this is your lucky day my friend. Your very own game may just be within reach. drcd of ps2dev
Faintless MakerFaintless Maker
Faintless Maker  Project description: Faintless Maker is a Rpg Style game engine that allow you to build your PSP games directly from your PSP! Just like Rpg Maker for the pc! It's easy and fast, and you don't need to learn any programming lenguage! Features: Game: -Scrolling, -Collision, -Pg animation -Run -Tleport whne touching map Bouds
LuaStationLuaStation
LuaStation  Homebrew development on the Sony PlayStation Portable is getting much easier thanks to developer gogy, who just updated his LuaStation to version 1.3 with around a dozen of improvements. For those who haven't been following this nifty homebrew application, LuaStation allows users to program in Lua on the PSP to develop software for the handheld
Miro LuaMiro Lua
Miro Lua  QJ.NET Forums user mhorpheox dropped by earlier to inform us that Italian homebrew developers omerjks has released their new development utility Miro Lua v2.1 to aid users of the programming language. According to omerjks, this Lua Ide was built to fit the needs of PSP homebrew developers who are using Lua in order to make life a bit easier
A Farmer's Life Source CodeA Farmer's Life Source Code
A Farmer's Life Source Code  Another sad day in the world of homebrew, folks. On our forums, Homer (AKA Moonchild) has announced his departure from the homebrew scene. He is not, however, leaving without making a mark on the community. Homer is best known for trying to develop a homebrew version of the Harvest Moon games, called A Farmer's Life
Daedalus PSP R11 SourceDaedalus PSP R11 Source
Daedalus PSP R11 Source It looks like everyone's favorite Nintendo 64 Emulator is finally up with a brand new version. Daedalus R11 is here, boasting numerous changes and fixes that should improve performance on everyone's handhelds. For those who haven't heard of it, Daedalus R11 is a Nintendo 64 emulation application for PSPs
PSPFramework 1.0PSPFramework 1.0
PSPFramework 1.0  With the recent number of coding competitions, homebrew programmers have slowly been carving out a niche in the homebrew scene for Sony's PlayStation Portable. In particular, the Old School Library (OSlib) Sprites Lib has become the mainstay framework on which coders have been basing their 2D games on for the PSP
fMSXfMSX
fMSX-  It’s been almost two years since fMSX PSP last saw an update, so today seems as good a day as any to release an updated version
Prokill Fake PSP BrickerProkill Fake PSP Bricker
Prokill Fake PSP Bricker Note from the dev (Killerfeeshy): PROKILL is an app for the PSP that pretends to install Custom Firmware but goes wrong then pretends to brick your PSP
Find My CoordinatesFind My Coordinates
Find My Coordinates  Oftentimes, most of the homebrew we come across so far are catered to the gamers, like games and applications. But this time, homebrew developer seanpaul223 (creator of Color Mixer) made an application exclusively for use by fellow coders: Find My Coordinates
 

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.