PBP Unpacker v0.21 for Windows

Discuss the development of new homebrew software, tools and libraries.

Moderators: cheriff, TyRaNiD

Post Reply
pdc
Posts: 107
Joined: Wed Mar 09, 2005 9:49 am
Location: Rainy Yorkshire, England
Contact:

PBP Unpacker v0.21 for Windows

Post by pdc »

As an excercise for my rusty programming skills, I have developed a PBP unpacker.
PBP being the archive/format used for the firmware update, of course.

I'm sure this program will come in handy for those of us who need to extract these files!
It will save a few mins in the hex editor ^_^

Image Image Image

Features are basic but include:
(+) Extracting all files to selected directory.
(+) Extracting selected file(s) to chosen destination.
(+) Previews of picture files, displaying the main preview pic by default.
(+) Text previews of small files, e.g. SFO files.

Suggestions are welcome but I think it pretty much does what it needs to!
Next addition will be the ability to add, remove and replace files.

Download: http://pdc.me.uk/psp/pbp_unpacker/pbp-unpacker-021.exe

Source code: http://pdc.me.uk/psp/pbp_unpacker/pbp-u ... binsrc.zip (Delphi 7)
Last edited by pdc on Tue Mar 29, 2005 9:18 pm, edited 2 times in total.
ooPo
Site Admin
Posts: 2023
Joined: Sat Jan 17, 2004 9:56 am
Location: Canada
Contact:

Post by ooPo »

While you're at it, add a preview of the sfo file contents.
pixel
Posts: 791
Joined: Fri Jan 30, 2004 11:43 pm

Post by pixel »

And you could as well provide the source, since it could help poeple who also are quite rusty with their win32 programming skills :)
pixel: A mischievous magical spirit associated with screen displays. The computer industry has frequently borrowed from mythology. Witness the sprites in computer graphics, the demons in artificial intelligence and the trolls in the marketing department.
User avatar
modman
Posts: 31
Joined: Sat Feb 12, 2005 7:09 am
Location: Philadelphia, PA
Contact:

Post by modman »

nice job pdc!

the scene seems to be opening up very rapidly :-)

let me know if I can help... i don't have a psp yet; but will be getting one as soon as best buy carries them.
SCPH-50001/N
HD SCPH-20401 U
Eyetoy SLEH-00031
Network Adaptor SCPH-10281
Logitech Z680 via FIber w00t!
Sony Wega TV + USB Keyboard
http://staff.philau.edu/barberej/
pdc
Posts: 107
Joined: Wed Mar 09, 2005 9:49 am
Location: Rainy Yorkshire, England
Contact:

Post by pdc »

Updated to provide previews for small files.

@Pixel, I intend to provide the source as soon as I tidy it up and comment it.

Tnx Modman. I don't need any help myself thanks :)
User avatar
furybryan
Posts: 3
Joined: Tue Mar 29, 2005 8:02 am
Location: South Korea

Post by furybryan »

U are Great!!
senas8
Posts: 56
Joined: Thu Feb 03, 2005 4:03 pm
Location: Romania/USA

Post by senas8 »

King him King him. :) Nice dude!!
andy0482
Posts: 17
Joined: Sun Mar 27, 2005 8:16 am

Post by andy0482 »

I intend to provide the source as soon as I tidy it up and comment it.
HAHA Comment as you code!
tbirdsaw
Posts: 10
Joined: Sun Mar 27, 2005 9:43 am

Post by tbirdsaw »

Looks awesome! Unfortunately, My mac can't run Win32 code. And I'm too lazy to turn on the PC :).
senas8
Posts: 56
Joined: Thu Feb 03, 2005 4:03 pm
Location: Romania/USA

Post by senas8 »

tbirdsaw wrote:Looks awesome! Unfortunately, My mac can't run Win32 code. And I'm too lazy to turn on the PC :).
Im running virtual pc on mine ...works great......
pdc
Posts: 107
Joined: Wed Mar 09, 2005 9:49 am
Location: Rainy Yorkshire, England
Contact:

Post by pdc »

andy0482 wrote: Comment as you code!
Careful andy, comments like that can lose you your programming license ;)

Source available now.
It's reasonably tidy/commented.
Post Reply