基于fart的x60的整体加固测试

Y29tLnNpY2h1YW5vbC5jYmdj

先新建目录 走拖壳流程

cd /data/local/tmp
mkdir -p koohai/com.sichuanol.cbgc/saveDex
//echo com.fewd.aa.model.RouteMeta>>includeClassName.txt.txt     //白名单
//echo com.sfexpress.sfkernel.BaseApplication >>filterClassName.txt   //黑名单

启动

大概要等5-10s 会进入ActivityThread的函数

基于fart的x60的整体加固测试_第1张图片

这时候就运行完成了

这时候看一下目录:

基于fart的x60的整体加固测试_第2张图片


比如我们想找包含某个类的函数:

findstr -r “VideoPreviewView” *.txt
grep -r “VideoPreviewView” *.txt 包名搜一下 基本上都在这个了


C:\Users\15690\Desktop\koohai>findstr -r "sichuanol.cbgc" *.txt
5382408_classlist.txt:Lcom/sichuanol/cbgc/CGApplication;
5382408_classlist.txt:Lcom/sichuanol/cbgc/R$anim;
5382408_classlist.txt:Lcom/sichuanol/cbgc/R$animator;
538240

你可能感兴趣的:(零基础爬虫第一天,爬虫逆向,python,开发语言)