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
Commands for Linux
Android App Generator No Programming
Transformers
Tetris
Android App Generator No Programming
FolderBackup
WordPress Codex - Firefox Addon
mPustakDivide
Learn LISP
Messaging platform
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:

VGM-DSVGM-DS
VGM-DS A week after v0.90 was released, Globoeil has followed it up and now patched it up to VGM-DS v0.90 Rev1 (Revision1). There's been quite a big bunch of crucial bug fixes that he's incorporated into the release. If you're familiar with RPGMaker (2000), you'd know how much simple bug fixes can go a long way
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
LuaDev 2.0LuaDev 2.0
LuaDev 2.0  If you've ever wanted to make a PSP homebrew game but can't quite wrap your mind around any of the programming languages available then you might want to try out this release from Emeric0101. Called LuaDev, this homebrew app is similar to RPG Maker. It helps users create LUA games quickly and easily
3D Engine - Nitro Engine V 0.3.03D Engine - Nitro Engine V 0.3.0
3D Engine - Nitro Engine V 0.3.0 from AntonioND: Hello! This is a 3D engine, which aim is to make easier the procces of making a 3D game for the DS Characteristics: -Loader of models and textures from FAT. -Dual 3D, as easy as normal 3D. -Can load BMPs of 8, 16, and 24 bits and convert them into textures. -Hardware-accelerated effects like fog and toon shading
PSPOSK LibraryPSPOSK Library
Translated from the readme:But what is it?=> A library that allows you to integrate the keyboard sony in just a single line of code!
Woopsi 0.25 sourceWoopsi 0.25 source
Woopsi 0.25 source DS developer Ant512 is sending out word that the Woopsi developer's kit has just been updated to version 0.25. If you're a first-time reader wondering what this is, Woopsi is a GUI development library patterned after the AmigaOS windowing system
Snowfall DemoSnowfall Demo
Snowfall Demo Description: This is a demo project I worked on to experiment with the various graphics modes and input methods on the DS. It is meant to simulate the accumulation of snowflakes on a window. Controls: Up = increase the number of snowflakes. Down = decrease the number of snowflakes. A = reset the number of snowflakes to default (300)
BmpToZlibGCBmpToZlibGC
BmpToZlibGC  from Cthulhu32: BmpToZlibGC 1.1 is a Windows software to use for Gamecube/Wii homebrew development. Usage From a command line: * BmpToZlibGC.exe * Optional -MP 0xFF00FF 0x000000 courtesy of PaceMaker's original code. * This application has been tested & fully working in WINE as well
Woopsi Demo 0.37Woopsi Demo 0.37
Woopsi Demo 0.37 V0.37- Fixes:- ListBox::setAllowMultipleSelections() works correctly.- Replaced byte and short iterator variables with ints.- Compatible with devKitPro v24 and libnds 1.3.1.- Renamed "DynamicArray" to "WoopsiArray" for compatibility with dkp24.- Made libnds makefile the default instead of PALib
GRRLib 3.0.1GRRLib 3.0.1
GRRLib 3.0.1  With the rise of the Wii homebrew scene becoming even more pronounced lately, it's no surprise that there's been a generous amount of dev tools circulating around the community. One of these include nonameno's development library entitled "GRRRLib", with a new iteration currently clocked at version 3.0.1 Alpha
 

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.