Difference between revisions of "Xpwntool"

From The iPhone Wiki
Jump to: navigation, search
(added reference)
(new link, paragraph)
Line 3: Line 3:
   
 
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.

Revision as of 19:20, 29 January 2011

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