CCRevealLoader is inspired by RevealLoader
CCRevealLoader dynamically loads RevealServer.framework (Reveal.app support) into iOS apps on jailbroken devices. Configuration is via the CCRevealLoader menu in Settings.app
Reveal is an OS X application that allows you to remotely introspect a running applications view hierarchy and edit various view properties.
Generally you have to include their debugging framework in your application at build time in-order to perform debugging actions, however with this tweak installed this is no longer necessary.
For more info see revealapp.com
- Theos
- Reveal.app installed
Change the value of THEOS_DEVICE_IP
to your jailbreak device's ip in the Makefile
file at first line, then execute command:
make package install
Note: To make sure this tweak work correctly. Before install this tweak, change the command codesign
in the before-package
section of Makefile
,use your develop certificate. If you dont have a certificate, you can remove the three command lines which begin with lipo
and codesign
.
Open 'Settings > CCRevealLoader > Enabled Applications' and toggle the application or applications that you want to debug to on.
Launch the target application and it should appear inside Reveal.app on your Mac.
(You will likely need to quit and relaunch the target application)
Follow me on Twitter (@nswebfrog)