Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
comex committed Aug 8, 2011
1 parent b9fc0ee commit 3243b19
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
How to use:
- git submodule init -u
- ln -s /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.3.sdk /var/sdk
- add binaries to bs, e.g.
mkdir iPhone2,1_4.3.3_8J2
cp decrypted_kernel iPhone2,1_4.3.3_8J2/kern
cp dyld_shared_cache_armv7 iPhone2,1_4.3.3_8J2/cache
OR import an ipsw:
grab https://github.com/posixninja/xpwn.git
install "xpwntool", "hfsplus", and "dmg" to ~/xpwnbin/
in here: cd config; python ipsw.py whatever.ipsw

- get t1utils and apply this patch: http://pastie.org/2251647
- get http://github.com/comex/xnu-env and point fs/xnu to it
- ./make.py pdf

external repositories:
------------------------------------------------------
data: mach-o handling
Expand Down

0 comments on commit 3243b19

Please sign in to comment.