roxas75 / rxTools

rxTools
http://www.rxtools.net/
GNU General Public License v2.0
266 stars 81 forks source link

Skip checksum on FBI injection #459

Open Xeeynamo opened 8 years ago

Xeeynamo commented 8 years ago

I failed to inject the FBI into h&s and now I cannot inject it anymore due to an invalid checksum verify. Please add a button combinaiton that skips that checksum. On rxTools/source/features/downgrade.app there are two of these: if (memcmp(CntInfoRecSum, TmdCntInfoRecSum, 32) == 0) . They can simply be changed into if (memcmp(CntInfoRecSum, TmdCntInfoRecSum, 32) == 0 || key | BUTTON_L1) or something like this in order to enable this feature.

dogtopus commented 8 years ago

All tools including FBI injection were removed in the latest version of rxTools. You could try Decrypt9WIP which also provides this feature.