It looks like the tools don't decrypt internal SELFs correctly. IDA shows this within ps2_softemu.elf:
Code:
_____:00000070 # sub_84364+468o ...
.unk_____:00000090 # ---------------------------------------------------------------------------
.unk_____:00000090
.unk_____:00000090 loc_90: # DATA XREF: .unk_____:loc_168w
.unk_____:00000090 # .unk_____:loc_174r ...
.unk_____:00000090 cmplwi cr4, %r0, 0
.unk_____:00000094
.unk_____:00000094 # =============== S U B R O U T I N E =======================================
.unk_____:00000094
.unk_____:00000094
.unk_____:00000094 .globl start
.unk_____:00000094 start: # CODE XREF: startj
.unk_____:00000094 # DATA XREF: .unk_____:00018850o ...
.unk_____:00000094 b start
.unk_____:00000094 # End of function start
.unk_____:00000094
.unk_____:00000094 # ---------------------------------------------------------------------------
.unk_____:00000098 dword_98: .long 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
.unk_____:00000098 # DATA XREF: .unk_____:0001C10Co
.unk_____:00000098 # .unk_____:000FBAF4o ...
.unk_____:00000100 # ---------------------------------------------------------------------------
.unk_____:00000100
.unk_____:00000100 loc_100: # DATA XREF: sub_151308+40o
.unk_____:00000100 # sub_15325C+54o ...
.unk_____:00000100 ld %r3, 0x1A0(%r0)
.unk_____:00000104
This code fragment (ELF's entry point) looks like it was corrupted in some way.