Latest PS3 News Forum Updates

  • News
  • Posts
  • PS3 CFW
  • PS3 Files
  • PS3 Hacks
  • PS3 Help
  • PS3 Releases
  • PS3 Themes
  • PS3 Trophies
  • PS Vita Trophies
+ Search Downloads

PS3 Update Unpacker v1


By [RO]man, this is a tool for unpacking the PS3 update package 1.10 available for download from jp.playstation.com/ps3/update/

Quick & dirty, src included, BIG endian structures/files, only for devs, etc...

SCE format is now interesting; we've seen it mentioned in PSP loader, haven't we? ... and the semi-encrypted ELF

Enjoy,
[RO]man

10/11-nov-2006

PS.
struct SCE{
char magic[4]; //"SCE\0"
int version; //? = 2
short encrypted;//? = 1 not; 0 encrypted
short unk; // = 1
int sizeofplain;//?
int64 sizeofhdr;
int64 sizeofcompresseddata;
data.... your input here




+ Download