Difference between revisions of "Xpwntool"

From The iPhone Wiki
Jump to: navigation, search
(Links)
m (Links: before removing the link on the other pages (might need cleanup))
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{DISPLAYTITLE:xpwntool}}
 
{{DISPLAYTITLE:xpwntool}}
  +
This is part of [[XPwn]].
  +
 
This tool is used to decrypt, unpack, re-pack and re-encrypt img3 files.
 
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]]
+
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).
 
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.
 
To re-encrypt and re-pack the file after patching, use the -t option with the path of the original file.
Line 7: 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: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.

Links