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

  
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
     


 
 
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:

Sparta SDKSparta SDK
Sparta SDK  SDK for the GripShift exploit. From Freeplay: Just '#include "sparta_sdk.h"' and you'll be able to use any of the functions in the SDK (starting on line 382) - though the modules might need to be loaded first from the disc
Inflate / Deflate LibraryInflate / Deflate Library
Inflate / Deflate Library  Inflate/Deflate library by Henoheno, includes some of Ruka's work. int do_compress_m2m (char *pIn,int nInSize,char *pOut,int nOutSize,int level); /* compression */ int do_decompress_m2m(char *pIn,int nInSize,char *pOut,int nOutSize); /* decompression(restoration) */ English readme translation by Tenchu included
FlashModFlashMod
FlashMod I've just received a message from Steven Mattera (aka IchigoKurosaki) of Orbis PSP Development stating that work has stopped on the highly anticipated release of FlashMod v3. Sadly, it seems that while he was trying to test a new write system for FlashMod, his PSP bit the big one and bricked
ssLibssLib
ssLib  Continuing his range of homebrew updates, Glynnder from our forums has given something useful to not only homebrew players with his latest PSP project, ssLib v0.2 beta. As you've probably guessed by the title, ssLib is a Lua library that allows Lua coders to add screensaver to any Lua application using just one line of code
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
Pvf EncoderPvf Encoder
Since Kojima wanted a video for his application but was not "too keen" going through all the complexities it entails - porting a complex library from windows and sqashing bugs; hence, his Pvf (PSPVideoFormat) Encoder/Playback Library was born
PSP NetlibPSP Netlib
PSP Netlib  Netlib just gets better with every release. The homebrew by Youresam started out as a library of functions so PSP developers don't have to re-type the code. Then it added phone-dialling feature, then email support and then text messaging. You can read all about Netlib's already-in features here
libLZRlibLZR
libLZR This is the initial public release of libLZR - a small open source library that handles the decompression and encoding of LZR-compressed data. (LZR-compression is frequently encountered in PSP firmware resource files.) Decompression results of libLZR should be identical to Sonys internal decompression algorithm. Please report incompatible streams to me
PSP Toolchain for Win32 (MinPSPW)PSP Toolchain for Win32 (MinPSPW)
PSP Toolchain for Win32 (MinPSPW) JetCube has released a new version of his PSP Software Development Kit, which is called the PSP Toolchain for Win32. As you can probably guess, this is a toolchain designed for coders who use WIndows for making applications and games
Gmax2PSPGmax2PSP
Gmax2PSP  Many gamers enjoy "modding" their games by importing their own props into the game environment. This is very common, and relatively easy to do, with PC games such as The Sims 2, because of the relative abundance of third-party utilities designed for this purpose
 

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.