[fix] install the latest dependent library
This commit is contained in:
parent
fef0ef4e71
commit
5a1992b52f
|
@ -4,7 +4,7 @@ Pull a decrypted IPA from a jailbroken device
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
1. Install [frida](http://www.frida.re/) on device
|
1. Install [frida](http://www.frida.re/) on device
|
||||||
2. `pip install -r requirements.txt` (Python 2.7)
|
2. `sudo pip install -r requirements.txt --upgrade` (Python 2.7)
|
||||||
3. Run usbmuxd/iproxy SSH forwarding over USB (Default 2222 -> 22). e.g. `iproxy 2222 22`
|
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`
|
4. Run ./dump.py `Display name` or `Bundle identifier`
|
||||||
|
|
||||||
|
|
|
@ -1,19 +1,19 @@
|
||||||
asn1crypto==0.24.0
|
asn1crypto
|
||||||
bcrypt==3.1.4
|
bcrypt
|
||||||
cffi==1.11.5
|
cffi
|
||||||
colorama==0.3.9
|
colorama
|
||||||
cryptography==2.1.4
|
cryptography
|
||||||
enum34==1.1.6
|
enum34
|
||||||
frida==10.6.58
|
frida
|
||||||
idna==2.6
|
idna
|
||||||
ipaddress==1.0.19
|
ipaddress
|
||||||
paramiko==2.4.0
|
paramiko
|
||||||
prompt-toolkit==1.0.15
|
prompt-toolkit
|
||||||
pyasn1==0.4.2
|
pyasn1
|
||||||
pycparser==2.18
|
pycparser
|
||||||
Pygments==2.2.0
|
Pygments
|
||||||
PyNaCl==1.2.1
|
PyNaCl
|
||||||
scp==0.10.2
|
scp
|
||||||
six==1.11.0
|
six
|
||||||
tqdm==4.19.6
|
tqdm
|
||||||
wcwidth==0.1.7
|
wcwidth
|
||||||
|
|
Loading…
Reference in New Issue