Skip to content

Commit

Permalink
Merge pull request MatthewPierson#64 from dora2-iOS/master
Browse files Browse the repository at this point in the history
Replace old pwnedDFU binaries with iPwnder32
  • Loading branch information
MatthewPierson authored Feb 14, 2021
2 parents 4221f0a + 426083a commit c8b5d24
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,4 +109,4 @@ libimobiledevice team - [irecovery](https://github.com/libimobiledevice/libireco

[mcg29_](https://twitter.com/mcg29_) - amfi patching stuff

[dora2ios](https://twitter.com/dora2ios) - [pwnedDFU (A7 checkm8)](https://github.com/dora2-iOS/iPwnder32/releases/tag/1.1)
[dora2ios](https://twitter.com/dora2ios) - [iPwnder32 (A7 checkm8)](https://github.com/dora2-iOS/iPwnder32)
Binary file added resources/bin/iPwnder32
Binary file not shown.
Binary file removed resources/bin/pwnedDFU
Binary file not shown.
4 changes: 2 additions & 2 deletions resources/pwn.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,9 +143,9 @@ def pwndfumode():
dfu.release_device(device)

if "CPID:8960" in serial_number:
if not os.path.exists("pwnedDFU"):
if not os.path.exists("iPwnder32"):
os.chdir("resources/bin")
cmd = './pwnedDFU -p -f'
cmd = './iPwnder32 -p'
so = os.popen(cmd).read()

if "Device is now in pwned DFU mode!" in so:
Expand Down

0 comments on commit c8b5d24

Please sign in to comment.