【IOS reverse engineering】Reveal

【IOS reverse engineering】Reveal

reveal can view the app's view during runtime and locate the corresponding upper-level view. More convenient for view positioning issues

download

https://revealapp.com/download/

cydia download Reveal2Loader

Then open the app that needs to be debugged in the settings page-Reveal-Enabled Applications

Then when Mac opens the reveal main page, the app will be displayed, and a window may pop up after clicking it.

问题:the app linked against an older version

 ~/Library/Application Support/Reveal/RevealServer/RevealServer.xcframework/ios-arm64  scp -r RevealServer.framework root@192.168.0.103:/Library/Frameworks
root@192.168.0.103's password:
CodeResources                                 100% 2522   503.4KB/s   00:00
RevealServer.h                                100%  309    62.2KB/s   00:00
RevealServer                                  100% 1086KB   9.0MB/s   00:00
integrate_revealserver.sh                     100% 2220   402.5KB/s   00:00
module.modulemap                              100%  105    25.5KB/s   00:00
Info.plist

After performing the above operations, there is no need to restart the phone. You only need to restart cydia and the app that needs to be debugged.

Insert image description here

postscript

The actual influence of this on the reverse direction has not yet been discovered.

Guess you like

Origin blog.csdn.net/xiru9972/article/details/129113733