Difference between revisions of "Xpwntool"

From The iPhone Wiki
Jump to: navigation, search
(Links)
Line 6: Line 6:
   
 
==Links==
 
==Links==
*[http://github.com/planetbeing/xpwn/tree/master github link]
+
*[https://github.com/planetbeing/xpwn/blob/master/ipsw-patch/xpwntool.c github link]

Revision as of 23:28, 29 November 2010

This tool is used to decrypt, unpack, re-pack and re-encrypt img3 files. When ran without keys, displays the file KBAG which can be used with AES engine payloads such as Greenpois0n By default it will decrypt and unpack the file (e.g. expand the lzss-compressed kernelcache file). To re-encrypt and re-pack the file after patching, use the -t option with the path of the original file.

Links