Skip to content

Commit

Permalink
iOS-RR v1.0 beta 4
Browse files Browse the repository at this point in the history
  • Loading branch information
Alyx Ferrari committed Aug 5, 2020
1 parent 137badd commit 52bdc37
Show file tree
Hide file tree
Showing 8 changed files with 11 additions and 477 deletions.
29 changes: 0 additions & 29 deletions Keychain-Dumper_LICENSE

This file was deleted.

22 changes: 0 additions & 22 deletions bcprov_LICENSE

This file was deleted.

123 changes: 0 additions & 123 deletions ed25519_LICENSE

This file was deleted.

12 changes: 0 additions & 12 deletions entitlements.xml

This file was deleted.

24 changes: 0 additions & 24 deletions slf4j_LICENSE

This file was deleted.

12 changes: 11 additions & 1 deletion src/com/alyxferrari/iosrr/Display.java
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,17 @@ public void run() {
Display.FRAME.getContentPane().add(new JLabel("Removing keychain_dumper from device..."));
System.out.println("Removing keychain_dumper from device...");
Display.refresh();
session2.exec("rm ../mobile/Documents/keychain_dumper");
session2.exec("rm /User/Documents/keychain_dumper");
session2 = ssh2.startSession();
Display.FRAME.getContentPane().add(new JLabel("Removing updateEntitlements.sh from device..."));
System.out.println("Removing updateEntitlements.sh from device...");
Display.refresh();
session2.exec("rm /User/Documents/updateEntitlements.sh");
session2 = ssh2.startSession();
Display.FRAME.getContentPane().add(new JLabel("Removing entitlements.xml from device..."));
System.out.println("Removing entitlements.xml from device...");
Display.refresh();
session2.exec("rm /User/Documents/entitlements.xml");
Display.FRAME.getContentPane().add(new JLabel("Disconnecting..."));
System.out.println("Disconnecting...");
Display.refresh();
Expand Down
Loading

0 comments on commit 52bdc37

Please sign in to comment.