Some iOS app may use ptrace to prevent from debugging. Using this tweak can bypass such checking.
JB required
- Find the method which call
ptrace
usingdebugserver
andlldb
by set a breakpoint onptrace
- replace the address of that method in
Tweak.x
- change the ip address of you iOS device in
Makefile
- make & make package & make install