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
SL4A - Scripting Layer for Android
Java Programming Guide
Learn Java XML
Learn Android QA
VeriLook Embedded SDK
Computer Programming v2
JavaScript Tutorial
Learn Mysql Interview Q A
LEARN AIML
MyWaves (Java)
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 Animation StudioPSP Animation Studio
PSP Animation Studio Here's yet another one to add to our long list of homebrew apps coded in LUA, the PSP Animation Studio v1. Brought to us by masonman, the same coder who shared with us his LUA game pack more than a week ago, now he's back with this animation app which allows us to basically create, view, and edit animations on our PSP's
Lua Player 0.20 1.5 BinaryLua Player 0.20 1.5 Binary
Lua Player 0.20 1.5 Binary The amazing Lua Player has been updated to v0.19. Probably the most well known PSP homebrew application Lua Player is a Lua script player for the PSP, made by Moonlight, Shine, and Oobles. LUA player makes development of games and applications much more easier for non-coders and coders alike
Lua DevkitLua Devkit
Lua Devkit Among all the homebrew news which I personally report, my favorite would be updates regarding development tools and the like. It's great to see people making tools which other people can use to save time and make better homebrew. gosugenji from our forums would be one such example. He has just released a Lua Devkit for budding Lua developers
myLCD - A Unicode Text Rendering LibrarymyLCD - A Unicode Text Rendering Library
myLCD - A Unicode Text Rendering Library Mike, aka Okio, from our forum has released a multi-platform Unicode text rendering and mini frame-buffer API library for embedded hardware and standalone LCD contrololers. He has just released version 0.20 of myLCD which now supports the PSP (tested on 1.5). Updates for v0.20
Lua PlayerLua Player
Lua Player  Lua playercools has updated his Lua Player v0.20 Mod 2 to LuaPlayer v0.20 Mod 3 for LuaPlayer v0.20. The big news about Lua Player v0.20 Mod 3 is its MP3 and Ogg support. Meanwhile, the overclocking functions were removed because it could be potentially dangerous if the function is not used correctly. The Ogg and the he Mp3
PSPLinkPSPLink
PSPLink  danny_kay1710, who will henceforth be referred to as DK in this article, has released version 1.3 of his PSPLink application. DK's PSPLink is different from another well-known program by TyRaNid, also called PSPLink. DK's app is now available for download at the source site below, as well as on QJ
LTE 3D Engine SDK 1.0LTE 3D Engine SDK 1.0
LTE 3D Engine SDK 1.0 Just a few days ago, LTE Studios had taken the wraps off their custom made free 3D engine for homebrew developers. Although it was just a demo, it did show a lot of promise. Today, we've just realised that they've released the first version of their SDK, and the corresponding documentation
LUA Code DevelopmentLUA Code Development
LUA Code Development  We have a new development environment for PC's scripting language LUA for the PSP. The program is designed for all those who are starting with LUA as it facilitates the use of pretty language and the preparation of the script to run on the PSP. New version is available for this programming environment for PSP
PSP7800: Atari 7800 emulator for PSPPSP7800: Atari 7800 emulator for PSP
PSP7800: Atari 7800 emulator for PSP PSP homebrew coder zx-81 passed by the QJ.Net Forums earlier to announce that PSP7800 has been updated to version 1.0.6. In case the readers are wondering what this application is, it's a PSP-based homebrew emulator for running Atari 7800 console games
PSPLINK 0.9hPSPLINK 0.9h
PSPLINK 0.9h TyRaNiD, one of my favorite developers, has just updated PSPLINK. In case you've been out for a while, PSPLINK is a great tool for PSP developers. It allows you to do a lot of stuff without going back to the PSP's XMB, or technically, VSH. And that in itself is a great boon for developers
 

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.