FridaDebugger
FridaDebugger copied to clipboard
Single-step debugging of native code using frida, stalker, and semaphore
我自己写了个测试 apk,用的静态注册方法,开线程 5 秒后执行 test 函数,函数内容简单写了 1+333,这是我的 apk,zip 后缀改成 apk [apk-debug.zip](https://github.com/user-attachments/files/15780502/fingerprint-debug.zip) 尝试使用traceFunction,看起来和readme 的例子差不多,但是最后指针报错 ``` (base) thouger :: Documents/code/FridaDebugger ‹main*› » frida -U -f com.zzkko -l _agent.js 1 ↵ ____ /...
怎么中断不了,bt 只有打印出汇编指令,没有中断。