Originally Posted by longhornx
@Asure
, thats what I'm talking about :D
I bet that klincense have some common prefix in every self, so its possible to speedup this process, I don't have any game which requeries a self, could you tell me the one you tested?
and thanks for your wip sharing 
|
Well, i left it running overnight, and OD.exe crashed after ~19000 tries.
I started calculating how long things will take. Currently my pc does ~10 key/sec from eboot.elf, and there's ~700000KBytes in the file. I'm shifting one byte at a time, so that's roughly 20 hours we're looking at to try all the possible options. (It can do ~600keys / minute. For a 700KB file, shifting one byte at a time, that's 700.000/600=roughly 20 hours)
There must be better ways. Perhaps once we get a few decrypted samples.
I'm testing with a SPRX and ELF (portal2) now, since the eboot.elf is only ~700kb. You can do the math for the 33MB elf/self combination for Rage if you want