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
Sprite Android Backup
SQL Server Mobile 2005
Memory and Task Enhancer
JMail2HTML
Java Programming Guide
Sprite Android Backup
Linux Commands
Deep Forest
Android App Generator No Programming
Learn Java XML
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:

PSP Stackless 2.4.4 1PSP Stackless 2.4.4 1
PSP Stackless 2.4.4 1 Last month, PSP homebrew developer carlosedp created a PSP port of the Stackless Python 2.4.4 programming code. Now, in case you're one of the guys who picked up on this earlier announcement, and were looking forward to more news from the author, we'll be updating today with some good news
PAlib PortablePAlib Portable
A simple to use, GUI app which will copy the devkitPro folder, and patch various files to allow you to compile on machines without even install devkitPro or PAlib
LuaplayerLuaplayer
Luaplayer  Glynnder has unvieled his InterfaceLua version of Luaplayer v0.17 today as his entry for the Summer Coding Competition. This is a complete Lowser (Lua Player file browser) replacement which adds a great new GUI, many improvements and brand new features you wouldn't expect to find in Lua Player
Dark Alex Downgrade TestDark Alex Downgrade Test
The source code for Dark Alex's downgrader test for 2
FreeTypeGX 0.1.3FreeTypeGX 0.1.3
FreeTypeGX 0.1.3  FreeTypeGX is a wrapper class for libFreeType which renders a compiled FreeType parsable font into a GX texture for Wii homebrew development. FreeTypeGX is written in C++ and makes use of a pre-buffered methodology to allow fast and efficient printing of text to the EFB
Micro Lua DSMicro Lua DS
Micro Lua DS Homebrew developer Risike has released a new version of Micro Lua DS, a handy homebrew app for DS owners that allows you to launch Lua scripts to create homebrewed games and applications. What's new in the latest release?Changelog: New features Add screen.drawTexturedQuad() and screen.drawTexturedTriangle() to draw textured primitives
FifthE1ement's Complete Guide to Flashcarts and HoFifthE1ement's Complete Guide to Flashcarts and Ho
FifthE1ement's Complete Guide to Flashcarts and Ho Fromanotherstate shares us "FifthE1ement's Complete Guide to Flashcarts and Homebrew on the Nintendo DS". This is a complete guide to the flashcart and homebrew scene on the Nintendo DS. This is a new version (v1
PSPLinkPSPLink
PSPLink To kick things off, do not mistake this homebrew app for TyRaNid's PSPLink. These are two different apps, who happen to share the same name. This is the creation of danny_kay1710, and it is also called PSPLink. Just what is this thing? danny_kay1710's PSPLink is a small application which is basically a USBHOSTFS or NETHOSTFS with an interface
Lua Editor DS 1.0Lua Editor DS 1.0
Homebrew developer samy has released a ds application that allow you to program directly on your DS: Lua Editor DS
DS WiFi Library - Sgstair Wifi Source CodeDS WiFi Library - Sgstair Wifi Source Code
DS WiFi Library - Sgstair Wifi Source Code Sgstair has release the source to his lib, which has some usability improvements (fewer crashes and comms lockups). [quote] Okay, I've decided to go ahead and release the source to my lib. So, here it is. We are now at version 0
 

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.