Quote:
|
Originally Posted by pmo Please Use At Your Own Risk. http://www.psp-hacks.com/downloads/TBM-Unpack.rar
P.S I have no idea how to actually run it as an update but here It is And I take no responsibility In what happens since most of you know it will probably lock up your psp. |
From what I can tell all this is a unpacking utility to take a PSP formware file and break it into the correct parts looks like it has 8 sections from the array thats in the source.
char *filename[8] = { "PARAM.SFO", "ICON0.PNG", "ICON1.PMF", "UKNOWN.PNG","PIC1.PNG", "SND0.AT3", "UNKNOWN.PSP", "UNKNOWN.PSAR" };
Then it checks the file header and then starts breakign the data up and writing it out to files.
Well its a start now we just need the firmware!