Post: help \When I try to decrypt ....
01-14-2011, 01:53 PM #1
zackroman
Do a barrel roll!
(adsbygoogle = window.adsbygoogle || []).push({}); (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 Happy
THANKS TO ANYONE WHO CAN ANSWER MY QUESTION OR DECRYPT IT FOR ME Happy
(adsbygoogle = window.adsbygoogle || []).push({});
01-14-2011, 02:13 PM #2
izyehboy
Treasure hunter
Originally posted by zackroman View Post
(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 Happy
THANKS TO ANYONE WHO CAN ANSWER MY QUESTION OR DECRYPT IT FOR ME Happy

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 Smile

Oh and btw;
I'm not experienced

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo