Placing EBOOT.ELF into root of ESSSE resigner should work AFAIK. You can try using aldostools or TrueAncestor to sign it as 4.xx and then resign that one with ESSSE with 3.55 keys by placing the EBOOT.BIN in root folder. I can try it when I get home. I haven't done that in a while, so I can't remember exactly the steps.
EDIT: Can also use scetool with a specific command but I dont know it off the top of my head right now.
EDIT2: Try this command line (change ID with yours
--np-content-id=) and rename final EBOOT.HEN to EBOOT.BIN. I found this in old chat log from
@Joonie
Code:
scetool -v --sce-type=SELF --compress-data=TRUE --skip-sections=FALSE --key-revision=04 --self-auth-id=1010000001000003 --self-app-version=0001000000000000 --self-add-shdrs=TRUE --self-vendor-id=01000002 --self-type=NPDRM --self-fw-version=0003004000000000 --np-license-type=FREE --np-content-id=EP0001-BLES01337_00-WEEEEEEEEEEEEEEJ --np-app-type=EXEC --np-real-fname=EBOOT.BIN --encrypt EBOOT.ELF EBOOT.HEN
EDIT3: or try one of these
Code:
scetool -v --sce-type=SELF --compress-data=TRUE --skip-sections=FALSE --key-revision=04 --self-auth-id=1010000001000003 --self-app-version=0001000000000000 --self-add-shdrs=TRUE --self-vendor-id=01000002 --self-type=NPDRM --self-fw-version=0003004000000000 --np-license-type=FREE --np-content-id=UP0001-BB0011111_00-0000111122223333 --np-app-type=EXEC --np-real-fname=EBOOT.BIN --encrypt EBOOT.ELF EBOOT.HEN
Code:
scetool -v --sce-type=SELF --compress-data=TRUE --skip-sections=FALSE --key-revision=04 --self-auth-id=1010000001000003 --self-app-version=0001000000000000 --self-add-shdrs=TRUE --self-vendor-id=01000002 --self-type=NPDRM --self-fw-version=0003004000000000 --np-license-type=FREE --np-content-id=UP0001-HTSS00003_00-0000000000000000 --np-app-type=EXEC --np-real-fname=EBOOT.BIN --encrypt EBOOT.ELF EBOOT.HEN
Code:
scetool --sce-type=SELF --compress-data=TRUE --skip-sections=FALSE --key-revision=04 --self-auth-id=1010000001000003 --self-app-version=0001000000000000 --self-add-shdrs=TRUE --self-vendor-id=01000002 --self-type=APP --self-fw-version=0003004000000000 --encrypt EBOOT.ELF EBOOT.BIN