플레이스테이션3에서 ISO 파일을 실행시킬 수 있는 Loader가 나왔습니다.
(이틀 전에 올라온 소니 개발자 코멘트 때문에) 로더 개발자가 기분이 나빴는지 테스트 버전은 친한 사람에게만 배포한다고 합니다.
첨부파일에 있는 자료는 로더 개발에 사용된 PS3 Firmware Unpack 프로그램입니다.
이 자료 역시 해당 개발자가 직접 만든 자료로 로더를 소개하면서 같이 배포한 자료입니다.
지금은 이 자료밖에 공개가 되어 있지 않습니다. ㅎㅎ;;
PS3 Unpack 프로그램은 암호화된 PS3 펌웨어를 세부적인 파일들로 분해해주는 역할을 합니다.
제가 테스트버전을 받을 수 있을지 모르겠는데 만약 구하지 못한다면 20일에 공개한다는 정식 버전을 기다려봐야겠습니다.
Comment.
This is a tool for unpacking the PS3 update package 1.3 available for download
from http://www.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 mentrioned in PSP loader, haven't we?
... and the semi-encrypted ELF
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.
ok?
| sPECIAL nOTE: |
| |
| Thanks Huey Lewis you rock! We hope we will see you soon on |
| another great Back To The Future release :-) We love the movies |
| with Marty McFly and Dr. Emmett Brown but last but not least |
| the sexy Jennifer Parker :-D Shes HOT! P.S. talking about |
| Dr. Emmett Brown, we spoke him last day and he discoverd |
| something what maybe can shock the world.. but we have no idea |
| if it helps or not :-P He discoverd that the first sectors from |
| a PS3 image (sector 0 till 20) are special, are they the |
| decryption keys for the excutables? (EBOOT.BIN) |
| Only GoD knows! |
|