PSP3D Left Header
PSP3D Header Right
PSP3D Logo CraveOnline Logo
Help the PSP 3D community grow!
Vote for us below:


Vote on the PSP Top 200
PSP Top 200 - Games, Videos, Wallpapers, Files, Hacks, Homebrew

Homebrew/Hacking - Discuss the latest available homebrew applications and games.

Welcome to PSP3D.com - Sony PlayStation Portable News, Homebrew, Hacks, Reviews, Videos, Mods, Forums!

You are currently viewing our website as a guest, which gives you limited access to reply and interact to discussions and other members. By joining our free community, you will be able to post topics in the forums, communicate privately with other members, vote in polls, and access many other special features.

Registration is fast, simple, and absolutely free so join our community today!

Go Back PSP3D.com - Sony PlayStation Portable News, Homebrew, Hacks, Reviews, Videos, Mods, Forums > PSP Forums > Homebrew/Hacking

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 12-01-2005, 06:52 AM
nothought nothought is offline
Junior Member
 
Join Date: Dec 2005
Posts: 2
Points: 0.12
Donate
Hacking 101

Hello PSP Sceners:

I am now interested in PSP hack scene. Spent most of my time in XBox scene and Pocket PC.

First I would like to cover the basics... how it all started with PSP. XBox was the infamous 007 savegame bug. Where did PSP start? Do you have any links to those primordial forum postings about the first exploit?

I want to learn from bottom-up. BTW... these cool apps you make, are you using Sony's developmental SDK (leaked copy)? Heard that Sony gave a PSP emulator for those registered developers... would be cool to use it instead of bricking real PSP.

Thanks for any leads you may have.
Reply With Quote
  #2 (permalink)  
Old 12-03-2005, 12:30 AM
mrgiggles's Avatar
mrgiggles mrgiggles is offline
Junior Member
 
Join Date: Dec 2005
Posts: 24
Points: 1.02
Donate
Yeah, i would like to learn more about hacking a psp too.pleeeaaassse..
Reply With Quote
  #3 (permalink)  
Old 12-03-2005, 02:14 AM
big_banana31's Avatar
big_banana31 big_banana31 is offline
Senior Member
 
Join Date: Nov 2005
Location: ())-(!()
Posts: 163
Points: 1.29
Donate
Send a message via ICQ to big_banana31 Send a message via Yahoo to big_banana31
well all I can say is good luck getting sum1 to help you out with it, I've been tryin for forever now, and still don't have a clue about the PSP and crap like that
Reply With Quote
  #4 (permalink)  
Old 12-03-2005, 02:48 AM
HaQue HaQue is offline
Member
 
Join Date: Nov 2005
Posts: 42
Points: 0.24
Donate
Quote:
Originally Posted by big_banana31
well all I can say is good luck getting sum1 to help you out with it, I've been tryin for forever now, and still don't have a clue about the PSP and crap like that
Everyone these days are busy with their own crap. Imagine a worldwide forum where maybe 20 people are good enough to actually offer some productive help. Then imagine a forum where everyday 20 people say " show me how to..." "someone teach me...." "I need....".

What I am saying is the knowledgeable ones would never be able to keep up with the demand, and never have time to learn anything new. And believe me, it takes a lot of time and hard work to figure out this stuff.

Most are only too happy to help people out people that show some initiative and start learning for themselves. There is so much information out there that you dont always need anyones help, just google. This aint just a cliche fellas, its true.

If you say "show me how to hack" What good is that?

maybe try:
I have been trying to hack the PSP, Ive read all I can find on ...... and I dont understand ...... I have tried........ and it doesnt load, it gives....... error.

the very first thing you should is at least go to the search page on your forum and search. Youve no idea how many times people ask questions that have been answered months before. Its really annoying and it will put you in a bad light straight away.

This post is meant to help you not flame you, so take it as advice.

HaQue
Reply With Quote
  #5 (permalink)  
Old 12-03-2005, 03:02 AM
stupid's Avatar
stupid stupid is offline
Senior Member
 
Join Date: Nov 2005
Posts: 232
Points: 0.48
Donate
Quote:
Originally Posted by nothought
Hello PSP Sceners:

I am now interested in PSP hack scene. Spent most of my time in XBox scene and Pocket PC.

First I would like to cover the basics... how it all started with PSP. XBox was the infamous 007 savegame bug. Where did PSP start? Do you have any links to those primordial forum postings about the first exploit?

I want to learn from bottom-up. BTW... these cool apps you make, are you using Sony's developmental SDK (leaked copy)? Heard that Sony gave a PSP emulator for those registered developers... would be cool to use it instead of bricking real PSP.

Thanks for any leads you may have.
Hmm...I'll share from what I know.

First of all, the Sony PSP SDK that was leaked is actually incomplete, thus it doesn't work.
People use a C++ toolchain in Cygwin for development, or something to that measure. If we DID have the actual SDK, we'd be bricking less PSP's because we'd have the PSP emulator, and we wouldn't NEED exploits as we could sign the software ourselves, and even run any kind of program on any firmware, including 2.0, 2.01, 2.5, and 2.6.

PSP homebrew was first started after a group known as the Saturn Expedition Committee figured out a way to trick the PSP to run homebrew code on a 1.0 firmware by making it look like a program signed by Sony. It was compiled with the PS2dev toolchain from ps2dev.org. Engadget has an article here:
http://www.engadget.com/entry/1234000233042443/
Since then, though, the site seems to have gone down. Their app was a simple "Hello World" script that could only be turned off after activating by pulling the battery out, since at the time they still hadn't figured out the program exit code.

1.5 homebrew was finally achieved when a group known as the KXploit team figured out how to bypass the PSP's new security checks by making it read an actual Sony-signed eboot from a folder, then immediately re-routing all functions to another, unsigned eboot after the security certificate was read. This was achieved at first by swapping a Memory Stick with a signed EBOOT on it shortly after launching the app with a stick that had the exact same program directories, but a homemade EBOOT in place of the signed one. It read the signature from the legit one, but ran the code of the homebrew. Later on, they bypassed the need for a stick swap by telling the PSP to run an app from a folder with a % at the end. You had two folders:

homebrew
homebrew%

My theory is that it ran the % eboot first, but after reading the signature, because the PSP's firmware prevents it from reading invalid characters (% in this case) in the name, it looked for the folder "homebrew" instead of "homebrew%" and ran the eboot.

2.0 homebrew was found after someone discovered that a hacked .tif file could crash the PSP. Soon afterwards, a person called groepaz from the homebrew groups Team Hitmen and Toc2rta was able to create the first Hello World app for PSP by taking advantage of the .tif exploit and telling the PSP to run a .bin file located in the root directory of the Memory Stick.
http://pspupdates.qj.net/2005/09/hello-20-world.html

Later on, a user known as Fanjita developed the 2.0 EBOOT loader, which can run some 1.5 and 1.0 homebrew on a 2.0 PSP. It has its limitations, though; because the .tif exploit runs in user mode rather than kernel, homebrews that require special firmware-based functions to operate(IR port, USB access, WiFi, etc.) don't run, as access to the kernel is denied.

Uhh...that's as much as I really know. If you have experience in C++/C, here's a couple of links that might push you in the right direction:
http://forums.qj.net/showthread.php?t=13778
http://forums.ps2dev.org/
http://ps2dev.org/
__________________




That basically sums up my life ._.

Last edited by stupid : 12-03-2005 at 03:15 AM.
Reply With Quote
Reply

« stupid me... | X5? »



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Points Per Thread View: 0.00
Points Per Thread: 1.00
Points Per Reply: 0.10





Crave Partner Sites: CraveOnline.com | DVDFile.com | PSP3D.com | PS33D.com | NDS3D.com | X3603D.com | NWii3D.com | Hardware3D.com | ComingSoon.net | SuperHeroHype.com | RedBalcony.com | ActionTrip.com | CraveLyrics.com | Soundtrack.net | CraveFix.com | SpikedHumor.com | RPGamer.com | TattooNow.com | ImpactWrestling.com | SeekLyrics.com | PedalBMX.com | WildKO.com | vidKing.com | StrategyInformer.com | HHdb.com | RapLeagues.com | HipHop-Lyrics.com | Cravecocktails.com | ThePhatPhree.com | RideJudge.com | HottieSpots.com


Powered by Custom vB Version 6.0 for Crave Online Media, LLC.
Copyright © 2000 - 2009, Jelsoft Enterprises Ltd. , Afnani Media, LLC., and PSP3D.com. All rights reserved.
LinkBacks Enabled by vBSEO 3.0.0 RC8
All times are GMT -4. The time now is 07:41 AM.