Originally posted by zackroman
(ONLY EXPERIENCED PEOPLE ANSWER )
Hey guys ,
As i said in the title when i try to decrypt my SOCOM CONFRONTATION
EBOOT.BIN
using fail0verflows and Ps3.RAR TOOLS
on Cygwin
It says :
UNSELF EBOOT.BIN EBOOT.ELF
invalid type:00000008
prerror: No error
HELP I WILL REP
THANKS TO ANYONE WHO CAN ANSWER MY QUESTION OR DECRYPT IT FOR ME
First of all you shouldnt start a thread with big letters saying "(ONLY EXPERIENCED PEOPLE ANSWER)"... Made me almost think not to reply!
Anyway, it has to do with the key's.
If you look at failoverfl0w source's you will see this;
static struct keylist *self_load_keys(void)
{
enum sce_key id;
switch (app_type)
{
case 1: id = KEY_LV0; break;
case 2: id = KEY_LV1; break;
case 3: id = KEY_LV2; break;
case 4: id = KEY_APP; break;
case 5: id = KEY_ISO; break;
case 6: id = KEY_LDR; break;
default: fail("invalid type: %08x", app_type); }
Look at default... Failoverfl0w doesnt know how to handle that.
Goodluck
Oh and btw;
I'm not experienced