Hello everyone,
This is my first post in here. My problem is:
I want to check out the 1.1.4 firmwire. I don't have an iPhone yet, so I'm not able to download the decrypted firmwire from there. I've read some guides on the internet on how to do it, but it fails when using vfdecrypt on windows!
The steps in the guides are as following:
- Download the 1.1.4 firmware from apple
- Rename the .ispw to .zip and unpack
- Download vfdecrypt and libeay32.dll and use it on 022-3894-4.dmg
- Open the new dmg with MagicISO or some other software
The key to be used in vfdecrypt is:
d0a0c0977bd4b6350b256d6650ec9eca419b6f961f593e74b7 e5b93e010b698ca6cca1fe
The problem with this is, that the vfdecrypt does not accept any KEY as input, while the script goes like this:
I can see in the code, that you have to manually set the key in the C source. It goes like thisCode:if ((in = fopen(argv[1], "rb")) == NULL) { fprintf(stderr, "Error: unable to open %s\n", inFile); exit(1); } if ((out = fopen(argv[2], "wb")) == NULL) { fprintf(stderr, "Error: unable to open %s\n", outFile); exit(1); }
Where the -------- should be replaced with the key (the first 16 first characters, the next the 20 last characters of the keys)Code://--------INSERT KEY HERE-------------- //Find the key using command: // strings 009-7662-6.dmg | grep "^[0-9a-fA-F]*$" //It's the longest string that pops out //The first bit of the key replaces the first set of hyphens convert_hex("--------------------------------", aes_key, 16); //The second bit is the second set - there is no separation in the file though convert_hex("---------------------------------------", hmacsha1_key, 20);
I have tried to edit this in the source, but I CANNOT compile it, because I need a lot of openssl files and a C compiler and so on.
To sum up
I cannot compile or use vfdecrypt.exe on my windows machine
My question is therefore, is anybody of you running on linux or mac, and is able to send me the untouched decrypted 1.1.4 firmwire? Maybe uploading it on the rapid$hare or megaupload?
Sorry for my english, and sorry for my long post.
Thanks in advance!



LinkBack URL
About LinkBacks








Reply With Quote

Bookmarks