User User name Password  
   
Sunday 24.8.2025 / 14:05
Search AfterDawn Forums:        In English   Suomeksi   På svenska
afterdawn.com > forums > consoles > sony psp - general discussion > .exe to pbp?
Show topics
 
Forums
Forums
.exe to pbp?
  Jump to:
 
Posted Message
Member
_
13. September 2007 @ 19:06 _ Link to this message    Send private message to this user   
I wrote a C file and want to put it on my PSP.
But it is a .exe file which won't run on my PSP, but .pbp will. ((ex.Eboot.pbp))
So my question is how do I make this .pbp file?

No noob stuff like "Is your PSP 1.5 or CFW?"

Yes it is CFW....


Advertisement
_
__
Senior Member

2 product reviews
_
13. September 2007 @ 19:41 _ Link to this message    Send private message to this user   
I don't know.
Member

11 product reviews
_
14. September 2007 @ 00:46 _ Link to this message    Send private message to this user   
I think you should use something like the PBP unpacker

PSP Firmware History:

2.71 -> Got PSP modded (Waste Of Money) 3.40 -> Downloaded DAX's 3.40 OE-A -> 1.5 -> 1.53 -> 1.5 -> 1.53 xD -> 1.5 -> 3.40 OE-A -> 1.5 -> 3.52 m33 -> 3.52 m33-2 -> 3.52 m33-3 -> 3.52 m33-4 -> 1.5 -> 3.52 m33-4 -> 1.5 -> 3.71 m33 -> 3.80 m33 ->3.80 m33-3 -> 3.80 m33-5 -> 1.5 -> 3.71 m33 -> 3.71 m33-4 -> 3.80 m33 -> 3.80 m33-5

40GB PS3 - one game. skate. hoping to get GTA 4 and COD 4 :)
Help me hack my ps3 (:
Member
_
14. September 2007 @ 18:30 _ Link to this message    Send private message to this user   
I got one of them but it's like PARAM.sfo and stuff like that.
I need something easy, well just give me a shout if you got anything.

Thanks in advanced.


Member

11 product reviews
_
15. September 2007 @ 02:50 _ Link to this message    Send private message to this user   
Hmm, have you tried opening like firmwares and stuff and getting an idea of how to do it? or open a homebrew app. idk. I havent done it yet, but will plan to soon. :]

PSP Firmware History:

2.71 -> Got PSP modded (Waste Of Money) 3.40 -> Downloaded DAX's 3.40 OE-A -> 1.5 -> 1.53 -> 1.5 -> 1.53 xD -> 1.5 -> 3.40 OE-A -> 1.5 -> 3.52 m33 -> 3.52 m33-2 -> 3.52 m33-3 -> 3.52 m33-4 -> 1.5 -> 3.52 m33-4 -> 1.5 -> 3.71 m33 -> 3.80 m33 ->3.80 m33-3 -> 3.80 m33-5 -> 1.5 -> 3.71 m33 -> 3.71 m33-4 -> 3.80 m33 -> 3.80 m33-5

40GB PS3 - one game. skate. hoping to get GTA 4 and COD 4 :)
Help me hack my ps3 (:
Member
_
15. September 2007 @ 04:26 _ Link to this message    Send private message to this user   
I have opened plenty of homebrew apps.
They don't really tell you how the eboot.pbp is made.
It is most likely and .exe file though.
I write all my stuff in C/C++.
Then compile it to make it executable.
Well keep on the lookout for me.
Google or aD search doesn't have it.=[



Member

11 product reviews
_
15. September 2007 @ 04:31 _ Link to this message    Send private message to this user   
Hmm, so what exactly are you making? I'm curious :P

PSP Firmware History:

2.71 -> Got PSP modded (Waste Of Money) 3.40 -> Downloaded DAX's 3.40 OE-A -> 1.5 -> 1.53 -> 1.5 -> 1.53 xD -> 1.5 -> 3.40 OE-A -> 1.5 -> 3.52 m33 -> 3.52 m33-2 -> 3.52 m33-3 -> 3.52 m33-4 -> 1.5 -> 3.52 m33-4 -> 1.5 -> 3.71 m33 -> 3.80 m33 ->3.80 m33-3 -> 3.80 m33-5 -> 1.5 -> 3.71 m33 -> 3.71 m33-4 -> 3.80 m33 -> 3.80 m33-5

40GB PS3 - one game. skate. hoping to get GTA 4 and COD 4 :)
Help me hack my ps3 (:
Member
_
15. September 2007 @ 04:54 _ Link to this message    Send private message to this user   
Well right now it is just something that makes the PSP say "Hello World"

But I have more in mind for the long run.


Member

11 product reviews
_
16. September 2007 @ 23:20 _ Link to this message    Send private message to this user   
Quote:
A PBP file is a rigid/inflexible file archive format used by the Sony PSP. It is designed specifically for storing a 'complete' program. As such, it has a certain number of file 'slots':-

1. Archive description file (PARAM.SFO)
2. Small preview picture (ICON0.PNG)
3. Small preview video (ICON1.PMF)
4. Overlay picture (PIC0.PNG)
5. Large background picture (PIC1.PNG)
6. Music to play (SND0.AT3) [codec]
7. Executable data (DATA.PSP)
8. Package for misc. data files (DATA.PSAR)

I got this off http://www.pdc.me.uk/pbpdocs/

So all of your exe should be in number 7. The DATA.PSP

So somehow you have to convert it to PSP format.

On another forum, it said you should just code the thing for PSP instead of PC.

PSP Firmware History:

2.71 -> Got PSP modded (Waste Of Money) 3.40 -> Downloaded DAX's 3.40 OE-A -> 1.5 -> 1.53 -> 1.5 -> 1.53 xD -> 1.5 -> 3.40 OE-A -> 1.5 -> 3.52 m33 -> 3.52 m33-2 -> 3.52 m33-3 -> 3.52 m33-4 -> 1.5 -> 3.52 m33-4 -> 1.5 -> 3.71 m33 -> 3.80 m33 ->3.80 m33-3 -> 3.80 m33-5 -> 1.5 -> 3.71 m33 -> 3.71 m33-4 -> 3.80 m33 -> 3.80 m33-5

40GB PS3 - one game. skate. hoping to get GTA 4 and COD 4 :)
Help me hack my ps3 (:

This message has been edited since posting. Last time this message was edited on 18. September 2007 @ 03:33

cubagirl
Newbie
_
11. November 2007 @ 08:33 _ Link to this message    Send private message to this user   
I found something that might help. I know it says C++ but hope it can still help somehow.
http://www.ps3news.com/forums/playstatio...ual-c-4214.html
Member
_
13. November 2007 @ 16:25 _ Link to this message    Send private message to this user   
Nice job bringing a 2 month old thread from the dead..=]

Typical Newbie for you. =D


Senior Member

2 product reviews
_
13. November 2007 @ 17:07 _ Link to this message    Send private message to this user   
Jo, your never on MSN anymore...

Does anorexia induce constipation?
~~~~~~~~~~~~~~
Ive become so paranoid, that Im paranoid about my paranoia....
Member
_
13. November 2007 @ 19:43 _ Link to this message    Send private message to this user   
Yeah....Linux for ya....

I've been on AIM from eBuddy and I was on MSN yesterday.

As soon as I get back to Windows I'll be on more...

Actually I will get on MSN right this moment. =]



Advertisement
_
__
 
_
baldog
Junior Member
_
15. November 2007 @ 00:27 _ Link to this message    Send private message to this user   
i was able to download the source code for 3.10 CFW and 3.40 OE-a from The Wildcard Team

to make a file with PBP extension, compile it under Linux C with "-o EBOOT.PBP" as its option

Fat 1.52 > 1.50 > 3.40oe-a > 1.50 > 3.40oe-a > sold!

Slim Black 3.60 > 3.71 M33-2 > 3.71 M33-3 > 3.71 M33-4 > sold!

PSP Slim Red 3.72 > 3.71 M33-2 > 3.71 M33-4 > 3.80 M33 > 3.80 M33-2 > 3.71 M33-4 > 3.90 M33 > 3.90 M33-2 > 5.50 GEN-D

PS3 Final Fantasy Bundle > 3.21
afterdawn.com > forums > consoles > sony psp - general discussion > .exe to pbp?
 

Digital video: AfterDawn.com | AfterDawn Forums
Music: MP3Lizard.com
Gaming: Blasteroids.com | Blasteroids Forums | Compare game prices
Software: Software downloads
Blogs: User profile pages
RSS feeds: AfterDawn.com News | Software updates | AfterDawn Forums
International: AfterDawn in Finnish | AfterDawn in Swedish | AfterDawn in Norwegian | download.fi
Navigate: Search | Site map
About us: About AfterDawn Ltd | Advertise on our sites | Rules, Restrictions, Legal disclaimer & Privacy policy
Contact us: Send feedback | Contact our media sales team
 
  © 1999-2025 by AfterDawn Ltd.

  IDG TechNetwork