求助大佬们一个关于app反调试的问题

操作步骤: (运行Hook工程)
** 运行 ,APP在启动界面闪退
** 环境: (MonkeyDev Xcode 12.4 )
**日志

warning: failed to set breakpoint site at 0x1034742e4 for breakpoint 1.1: error: 9 sending the breakpoint request

objc[16394]: Class SSKeychain is implemented in both ?? (0x1f214f098) and /private/var/containers/Bundle/Application/B7F0241C-B16B-428D-83CB-41DDC8F00D52/HuiheHK.app/会合合伙版 (0x1079d1210). One of the two will be used. Which one is undefined.

:tada:!!!congratulations!!!:tada:

:+1:----------------insert dylib success----------------:+1:

2021-06-11 17:40:51.269704+0800 会合合伙版[16394:8308211] [AntiAntiDebug Init]

[MethodTrace]

:books:--------------------OCMethodTrace(Usage)-------------------:books:

https://github.com/omxcodec/OCMethodTrace/blob/master/README.md

:books:--------------------OCMethodTrace(Usage)-------------------:books:

[MethodTrace] logLevel: 0: logWhen: 0 traceFlag: 2 traceObject: 0(未指定类)

[MethodTrace] Method Trace is disabled

LLVM Profile Error: Failed to write file “default.profraw”: Operation not permitted

1 个赞

既然报错没权限,就给权限呗。

看日志是没有 写 的权限 ,我要怎么给 调试的App加权限~

我在论坛之前发过帖子 : https://iosre.com/t/llvm-profile-error-default-profraw/11828

感谢! 我去试试看~

调用了exit(),恢复一下符号,看在哪里调用的exit(),然后hook那个位置的方法

谢谢,果然是