Originally Posted by intertweaker2
@JonahUK
> trying now..
If you decrypted and resigned the eboot via the TAER tool, i've already tried that combination (black screen). Already tested un ext/int.
|
You need to change the TAER's script because it's only search sdk_versions 3.60 and changed it by 3.40 :
FixELF.exe EBOOT.ELF "24 13 BC C5 F6 00 33 00 00 00 36" "24 13 BC C5 F6 00 33 00 00 00 34"
If your decrypted file use a sdk version > 3.60 then your resigned will not work.
To explain the modification of the SDK version :
* edit your decrypted ELF file with an Hexa Editor
* Search 13 BC C5 F6
* Near you will find the sys_proc_param_versions : 00 00 00 01 or 00 00 84 00 or 00 00 90 00 or 00 33 00 00
* Just after you will find the sdk_version that you must changed before to encrypt the file : 00 xx 00 01 :
xx=34 for sdk 3.40
xx=35 for sdk 3.55
xx=36 for sdk 3.60
xx=40 for sdk 4.00
......
So, if you want to continue using TAER tools you need to change the script.