Skip to content

Commit 3447122

Browse files
committed
update readme
1 parent 527a2ed commit 3447122

File tree

3 files changed

+705
-6
lines changed

3 files changed

+705
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
**update 2021.11**
2121
* support android 12
22-
* add some fuzz & mutation features
22+
* add some new GUI fuzzing & mutation features (inspired/supported by [Themis](https://github.com/the-themis-benchmarks/home))
2323

2424
## Usage
2525
### Environment preparation

handbook-cn.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,12 @@ ADBKeyBoard在输入栏自动输入内容,屏蔽UI输入法
9898
adb push max.strings /sdcard
9999
```
100100
![](doc/strings.png )
101-
3. 对文本控件输入fuzzing
102-
* 在PC端新建 `max.fuzzing.strings`文件(max.fuzzing.strings文件存在即生效。 )
101+
3. 对文本控件输入fuzzing 【new】
102+
* 将项目中 test 目录中 `max.fuzzing.strings`文件(max.fuzzing.strings文件存在即生效),参考:https://github.com/danielmiessler/SecLists/blob/master/Fuzzing/big-list-of-naughty-strings.txt
103103
* 文件中输入想要输入的字符串,字符串结束换行
104104
* 通过以下命令将文件push到手机端
105105
```
106-
adb push max.fuzzing.strings /sdcard
106+
adb push test/max.fuzzing.strings /sdcard
107107
```
108108
* fuzz概率如下:
109109
```
@@ -296,7 +296,7 @@ app 的权限弹窗处理,
296296
```
297297
增加其一弹窗相关package,可在权限弹窗时关闭弹窗
298298

299-
### Fuzzing数据集
299+
### Fuzzing数据集 【new】
300300
提供各种格式image和video素材,用于遍历过程中执行选取各种类型的素材
301301
* 执行shell命令
302302
```shell
@@ -305,7 +305,7 @@ app 的权限弹窗处理,
305305
```
306306
![](doc/permission.png )
307307

308-
### 增加Fuzz和mutation event
308+
### 增加Fuzz和mutation event 【new】
309309
模型推理执行某个action后按fuzzingrate几率生成5-10个fuzz序列,由如下event乱序组合
310310
* 在PC端新建 `max.config`文件
311311
* 增加以下参数

0 commit comments

Comments
 (0)