
Chat fóra: a nikdo. Vstup do diskuze online
http://www.iphonevietnam.net/index.php?option=com_content&task=view&id=18&Itemid=19
ionas píše:Ja se snazil patrat jak odblokovat 1.1.2. ale nenasel jsem nic relevantniho... Jak tedy provest downgrade na 1.1.1???
New Bootloader Exploits
I found two exploits into the new bootloader, one hardware and one software. They are both untested and hard to implement, but I'm pretty sure they will both work. Keep in mind these are theoretical, don't consider trying them unless you really understand the inner workings.
Hardware:
The version check reads from 0xA0021000 and 0xA0021004 to get the version of the main firmware. It then compares the values [0xA0021000]==~[0xA0021004]. If that check fails it ignores the version check. It is also the only bootloader access into high flash. So when A16 goes high, pull any data line high or low. That will cause the check to fail, and hence the version check to be skipped. And they shouldn't be any memory accesses in the bootloader, so it'll be fine.
Software:
This exploit is in the the way the secpack signature is padded. They did a lot to remove the really bad signature checking of the old bootloader that IPSF exploited. Although the secpack still has 0x28 bytes of data at the end that isn't checked for normal secpack sigs. The secpack sig is(0x30 header/padding, 0x14 main fw sha, 0x14 secpack sha, 0x28 unchecked padding) So by spoofing the first 0x58 of the RSA, you can set any secpack and main fw sha hash you want. It is very easy in exponent 3 RSA cryptosystems to spoof the first 1/3 of the message bytes. I believe with some clever math and brute force, the whole 0x58 can be spoofed. Any cryptology experts out there?
Uživatelé procházející toto fórum: Žádní registrovaní uživatelé