kelvinBen/AppInfoScanner

卡在Searching for strings that match the rules 不动了

cnwpdb opened this issue · 1 comments

前面检测的2个apk正常
卡在Searching for strings that match the rules 不动了

这块儿主要是js文件太大导致正则在匹配的时候超时
第一种方法: config.py中把filter_ak_map中把Aliyun_OSS中的.*换成[\s\S].
第二种方法:config.py中把web_file_suffix 中的js 和html文件注释掉
第三种方法: config.py中把filter_ak_map中的内容注释