Thank you for your interest in the Quick Jump Daily Digest. Get notified of all new content on QJ.Net in our free Daily Digest.
To receive our Daily Newsletter, you must first be a member of the QJ website. Becoming a member is FREE and easy to do. To get your own
membership, click here to sign-up.
If you are already a member, click here to log-in. You
can then click on "Newsletter Settings" to customize your daily digest experience.
Hello World! One of our moderators, Fanjita, has just released the Hello World demo for GTA version 0.1! Fanjita is the same guy who helped make homebrew on 2.00 PSP's possible with his EBOOT Loader.
This new release is based from a glitch found in Grand Theft Auto: Liberty City Stories, which enables us to run unsigned code through the gamesave. Just like the very first Hello world for PSP which ignited the homebrew scene, this demo has shown us a future of homebrew for 2.XX users. The current demo is very basic, but we can hope to expect some great breakthroughs very soon.
Readme:
By Fanjita
Based on work by Jim Paris, psp123 and EdisonCarter Includes code from abu, toc2rta, groepaz and bitmap1
With support from QJ.NET. Be sure to check www.pspupdates.qj.net for future progress.
Intro =====
This is a binary loader for the Grand Theft Auto: Liberty City Stories savegame exploit, demonstrating a simple application being loaded.
It should be compatible with both EU and US copies of the game, and any firmware version that can run GTA.
Installation ============
Make sure that you don't have any important saves in the first slot of your GTA savegames. If you do, then just start GTA, load the first slot, then save in a new slot.
Then just copy the files from the archive to the following places on your memory stick (the example assumes that your memory stick drive is "F:"):
Just start up GTA, select "load game", and load the 'Hello World' game save. Shortly after loading starts, your screen should go white, then the Hello World screen will show.
You can optionally dump debug information about the system state to your memory card.
Using this loader for other programs ====================================
HW.BIN can be replaced with another program, so long as it obeys these restrictions:
- Must be linked to load to address 0x09fc0000 - Entry point must be 0x09fc0000 - Your application is responsible for determining its own syscall IDs - the standard NID stub method for linking with the system will not work. - Maximum theoretical supported size of 64k - the real maximum may be somewhat smaller.