|
@@ -149,20 +149,20 @@ reflutter项目提供修改后的 libflutter.so 文件下载,并使用签名
|
|
|
```
|
|
|
git clone https://github.com/ptswarm/reFlutter.git
|
|
|
|
|
|
-# 替换 http://s.yoqi.me/enginehash.csv 链接
|
|
|
+#替换 http://s.yoqi.me/enginehash.csv 链接
|
|
|
|
|
|
python setup.py install
|
|
|
|
|
|
reflutter main.apk
|
|
|
reflutter main.ipa
|
|
|
|
|
|
-# https://github.com/patrickfav/uber-apk-signer/releases/tag/v1.2.1
|
|
|
+#https://github.com/patrickfav/uber-apk-signer/releases/tag/v1.2.1
|
|
|
java -jar uber-apk-signer.jar --allowResign -a release.RE.apk
|
|
|
|
|
|
-# 查看dart
|
|
|
+#查看dart
|
|
|
adb logcat -e reflutter | sed 's/.*DartVM//' >> reflutter.txt
|
|
|
-
|
|
|
```
|
|
|
|
|
|
|
|
|
-配合burp suite抓包
|
|
|
+配合burp suite抓包
|
|
|
+
|