""
All times are GMT +2. The time now is 10:37 AM.  

Go Back   PSX/PS2/PS3 Scene Newz > Playstation 3 Forums > PS3 Development

PS3 Development Topics relating to Playstation 3 dev.

Closed Thread
 
Thread Tools Display Modes
  #1  
Old 06-05-2007, 10:49 PM
xiaNaix's Avatar
xiaNaix xiaNaix is offline
Administrator
 
Join Date: Jan 2002
Location: Detroit
Posts: 1,091

PS3 Development Tools


Code:
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 interresting; 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 :)
Attached Files
File Type: rar PS3_Update_Unpacker_v1.rar (6.0 KB, 155 views)
__________________
WiiNewz Admin
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump



All times are GMT +2. The time now is 10:37 AM.