Difference between revisions of "Xpwntool"

From The iPhone Wiki
Jump to: navigation, search
(Added Decryption category.)
m (Links: before removing the link on the other pages (might need cleanup))
 
Line 10: Line 10:
 
==Links==
 
==Links==
 
*[https://github.com/planetbeing/xpwn/blob/master/ipsw-patch/xpwntool.c github link]
 
*[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:Hacking Software]]

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.

Links