File tree 1 file changed +6
-6
lines changed 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
#1 .Installation#
2
2
3
- 1.1 Mac OS X
3
+ < h3 > 1.1 Mac OS X</ h3 >
4
4
5
- 1.1.1 pc env prepare
5
+ < h5 > 1.1.1 pc env prepare</ h5 >
6
6
1 . install python2.7
7
7
2 . "sudo easy_install pip"
8
8
3 . "sudo pip install paramiko"
11
11
6 . "brew install libimobiledevice", if don't have homebrew ,install it first: "ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install )" < /dev/null 2> /dev/null"
12
12
7 . "git clone https://github.com/alibaba/iOSSecAudit.git "
13
13
8 . cd /path/to/iOSSecAudit, "python main.py"
14
-
14
+
15
15
16
16
17
17
#notice#
@@ -28,12 +28,12 @@ Uninstall them if needed, then try to install [`prettytable` ](https://pypi.pyth
28
28
[ ` paramiko ` ] ( https://pypi.python.org/pypi/paramiko/1.15.2 ) from the source code.
29
29
30
30
31
- 1.1.2 device env prepare
31
+ < h5 > 1.1.2 device env prepare</ h5 >
32
32
1 . jailbreak iOS device
33
33
2 . install cycript in Cydia
34
34
35
35
36
- 1.2 Linux or Windows
36
+ < h3 > 1.2 Linux or Windows</ h3 >
37
37
38
38
Never test on Linux or Windows, cause i am tooooo lazy...
39
39
@@ -44,7 +44,7 @@ Uninstall them if needed, then try to install [`prettytable` ](https://pypi.pyth
44
44
Usage:
45
45
```
46
46
47
- $ python main.py
47
+ $ python main.py
48
48
49
49
Type "help", "cprt" for more information.
50
50
You can’t perform that action at this time.
0 commit comments