The iPhone Wiki is no longer updated. Visit this article on The Apple Wiki for current information. |
Difference between revisions of "Xpwntool"
(initial page) |
m (→Links: before removing the link on the other pages (might need cleanup)) |
||
(7 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
+ | {{DISPLAYTITLE:xpwntool}} |
||
− | This tool is used to decrypt img3 files. |
||
+ | This is part of [[XPwn]]. |
||
+ | |||
+ | 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 (toolkit)|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== |
==Links== |
||
− | *[ |
+ | *[https://github.com/planetbeing/xpwn/blob/master/ipsw-patch/xpwntool.c github link] |
+ | *[https://github.com/planetbeing/xpwn/tree/master/xpwn master tree on github] |
||
+ | |||
+ | [[Category:Hacking Software]] |
||
+ | [[Category:Decryption]] |
Latest revision as of 06:45, 2 September 2013
This is part of XPwn.
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.