Skip to content

Commit dd4aa7c

Browse files
authored
Update README.md
1 parent 2b90c22 commit dd4aa7c

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

README.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,58 +45,112 @@ vdb vkc vpl vtb wclzdp wpb
4545
[I]: try 'help [cmd0] [cmd1]...' or 'help all' for more infomation.
4646

4747
\>\>\>help ssh
48+
4849
ssh connect to device with ssh.
50+
4951
args: [ip] [username] [password]
52+
5053
example: 'ssh 10.1.1.1 root alpine'
54+
5155
\>\>\>help usb
56+
5257
usb ssh device over usb(Max OS X support only).
58+
5359
args: [username] [password] [port]
60+
5461
example: 'usb root alpine' or 'usb root alpine 2222'
62+
5563
\>\>\>help dlinji
64+
5665
dlinji inject a dylib into an ipa file, resign and install.
66+
5767
args: [ipa_path] [entitlements_path] [mobileprovision_path] [identity] [dylib]
68+
5869
example: 'dlini ~/tmp/xin.ipa ~/tmp/entitlements.plist ~/tmp/ios_development.mobileprovision 'iPhone Developer: Name Name (xxxxxx)' ~/tmp/libtest.dylib'
70+
5971
\>\>\>usb root xxroot
72+
6073
[E]: SSH Authentication failed when connecting to host
74+
6175
[I]: Connect failed.
76+
6277
\>\>\>usb root alpine
78+
6379
[I]: Connect success.
6480
\>\>\>la
81+
6582
[I]: Refresh LastLaunchServicesMap...
83+
6684
[I]: All installed Applications:
85+
6786
0>.手机淘宝(com.taobao.taobao4iphone)
87+
6888
1>.Alilang(com.alibaba.alilang)
89+
6990
2>.微信(com.tencent.xin)
91+
7092
3>.putong(com.yaymedialabs.putong)
93+
7194
4>.支付宝(com.alipay.iphoneclient)
95+
7296
5>.条码二维码(com.mimimix.tiaomabijia)
97+
7398
6>.最右(cn.xiaochuankeji.tieba)
99+
74100
\>\>\>help las
101+
75102
las list all storage file of an application.
103+
76104
args: [bundle_identifer]
105+
77106
example: 'las com.taobaobj.moneyshield' or 'las'
107+
78108
\>\>\>help sd
109+
79110
sd show application detail.
111+
80112
args: [bundle_identifer]
113+
81114
example: 'sd com.taobaobj.moneyshield' or 'sd'
115+
82116
\>\>\>sd cn.xiaochuankeji.tieba
117+
83118
[I]: 最右 Detail Info:
84119
Bundle ID : cn.xiaochuankeji.tieba
120+
85121
UUID : D9B2B45F-0D25-4F4F-B6A1-45B514BF4D4B
122+
86123
binary name : tieba
124+
87125
Platform Version: 9.3
126+
88127
SDK Version : iphoneos9.3
128+
89129
Mini OS : 7.0
130+
90131
Data Directory : 5D9B5BE7-A438-4057-8A88-4FDEA6FC2153
132+
91133
URL Hnadlers : wx16516ad81c31d872
134+
92135
QQ41C6A3FB
136+
93137
tencent1103537147
138+
94139
zuiyou7a7569796f75
140+
95141
wb4117400114
142+
96143
Entitlements :
144+
97145
get-task-allow:
146+
98147
beta-reports-active:
148+
99149
aps-environment: production
150+
100151
application-identifier: 3JDS7K3BCM.cn.xiaochuankeji.tieba
152+
101153
com.apple.developer.team-identifier: 3JDS7K3BCM
154+
102155
com.apple.security.application-groups:
156+

0 commit comments

Comments
 (0)