Forum: PS3 Technical Development - Topics relating to Playstation 3 Technical development ONLY! Read and discuss the latest Cobra USB updates, tutorials and explanations or find out about bluray drive bypass firmwares plus much more.


The above video goes away if you are a member and logged in, so log in now!




 
Would you like to get all the new info from
PSX-Scene in your email each day?




Want to learn more about the team keeping you up to date with the latest scene news?

Read about them now!

Check out our Developer bios, too!

 


User Tag List

Like Tree2Likes
  • 2 Post By xiaNaix

Thread: PS3 Development Tools
  

Results 1 to 1 of 1
  1. #1 PS3 Development Tools 
    xiaNaix's Avatar
    xiaNaix is offline Ex-Owner
    Join Date
    Jan 2002
    Posts
    1,357
    Downloads
    0
    Uploads
    0
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Likes Given
    0
    Likes Received
    144
    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
    Last edited by DSAPSX; 04-16-2013 at 05:18 PM. Reason: Updating
    Rautz and Code2Free like this.

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •