Difference between revisions of "IDecryptIt"

From The iPhone Wiki
Jump to: navigation, search
(Version History)
Line 31: Line 31:
 
| First Release
 
| First Release
 
Ability to decrypt firmwares
 
Ability to decrypt firmwares
Includes Microsoft Office [[wikipedia:Microsoft Office 2007|2007]]/[[wikipedia:Microsoft Office 2010|2010]] [http://microsoft.com/officeui Ribbon UI]
+
Includes Microsoft Office [[wikipedia:Microsoft Office 2007|2007]]/[[wikipedia:Microsoft Office 2010|2010]] [http://msdn.microsoft.com/en-us/office/aa973809.aspx?ppud=4 Ribbon UI]
 
Coded in Visual BASIC as WPF application
 
Coded in Visual BASIC as WPF application
 
| (not released)
 
| (not released)
Line 37: Line 37:
   
 
==External Links==
 
==External Links==
*[http://cole.freehostingcloud.com/wiki/Blog:Index Blog]
+
*[http://cole.freehostingcloud.com/blog Blog]
 
*Download Link
 
*Download Link
 
*[http://cole.freehostingcloud.com/wiki/iDecryptIt iDecryptIt's Website]
 
*[http://cole.freehostingcloud.com/wiki/iDecryptIt iDecryptIt's Website]

Revision as of 01:21, 18 November 2010

iDecrpyIt's one (and only one) window

This is a VFDecrypt GUI for decrypting on Windows. It will be compiled on Visual Studio 2010 Professional for 32-bit (x86) PCs. It will work with 64-bit (x64) OSes though. A beta should be out I about a few weeks. I might release it on Christmas as a gift. :)

Credit

  • Visual Studio 2010 Pro for the designer app.
  • VFDecrypt for the basic program
  • The Office 2007/2010 Ribbon UI to create a menu

Features

Code

This will be coded using Visual Studio 2010 Professional as a Windows -> Visual BASIC -> WPF Ribbon App

Current

  • Look up key from a "database"
  • Decrypt using VFDecrypt

Possible Future

  • 7zip integration to extract the decrypted FW
  • Ability to decrypt Ramdisks and Update ramdisks

Version History

Version Download perma-link Changes Release date
1.0 (no link available) First Release

Ability to decrypt firmwares Includes Microsoft Office 2007/2010 Ribbon UI Coded in Visual BASIC as WPF application

(not released)

External Links