Quick&dirty, src included, BIG endian structures/files, only for devs, etc...
SCE format is now interresting; we've seen it mentrioned 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 and Give Feedback Via Comments and make sure you have msvcr80.dll on your system