support both python 2.x and 3.x
This commit is contained in:
10
README.md
10
README.md
@@ -1,12 +1,11 @@
|
||||
**python 3 please checkout 3.x branch**
|
||||
|
||||
# frida-ios-dump
|
||||
Pull a decrypted IPA from a jailbroken device
|
||||
|
||||
|
||||
## Usage
|
||||
|
||||
1. Install [frida](http://www.frida.re/) on device
|
||||
2. `sudo pip install -r requirements.txt --upgrade` (Python 2.7)
|
||||
2. `sudo pip install -r requirements.txt --upgrade`
|
||||
3. Run usbmuxd/iproxy SSH forwarding over USB (Default 2222 -> 22). e.g. `iproxy 2222 22`
|
||||
4. Run ./dump.py `Display name` or `Bundle identifier`
|
||||
|
||||
@@ -41,6 +40,11 @@ Congratulations!!! You've got a decrypted IPA file.
|
||||
|
||||
Drag to [MonkeyDev](https://github.com/AloneMonkey/MonkeyDev), Happy hacking!
|
||||
|
||||
## Support
|
||||
|
||||
Python 2.x and 3.x
|
||||
|
||||
|
||||
### issues
|
||||
|
||||
If the following error occurs:
|
||||
|
||||
Reference in New Issue
Block a user