iOS Reveal 动态注入目标APP


一,Reveal 分析APP界面工具(旧版)

1.去下载破解版Reveal 

2. 打开reveal 界面  找到左上角的help


iOS Reveal 动态注入目标APP_第1张图片


iOS Reveal 动态注入目标APP_第2张图片

3.上传到越狱手机上 打开终端 scp -r   ../liReveal.dylib (路径)  root@ip(手机ip): /Library/MobileSubstrate/DynamicLibraries/

4.把reveal.framework 上传到手机上  scp -r ../reveal.framework root@ip: /System/Library/Frameworks

5.本地创建libReveal.plist 文件 添加bundle ID    通过ssh root@ip  连接手机   用cycript -p   app 名字   输入 [[NSBundle mainBundle]bundleIdentifier]


iOS Reveal 动态注入目标APP_第3张图片

6.重启手机或者 直接命令 killall SpringBoard

7.可以去查看reveal工具。到左上角可以看到

二 新版reveal 4.o

下载地址reveal 下载地址密码:699n


步走跟上面的2,3 一样,它只有一个文件例如

iOS Reveal 动态注入目标APP_第4张图片

你可以把revealserver 改成liReveal.dylib

在创建plist文件libReveal.plist

一块放在/Library/MobileSubstrate/DynamicLibraries/下 就行了

你可能感兴趣的:(iOS Reveal 动态注入目标APP)