colordancer

Results 4 comments of colordancer

[-] failed to get text segment:["rror: warning: format specifies type 'unsigned long' but the argument has type 'uint64_t' (aka 'unsigned long long')\nwarning: format specifies type 'unsigned long' but the argument...

> > Couldn't lookup symbols:\n _sprint,这个bug解了吗 > > 什么app,我这边测下看看 kwai_gif,6.9.1 ![image](https://user-images.githubusercontent.com/2526252/67658440-81d1d800-f994-11e9-9d11-d097b5c4b662.png)

> 执行时机的问题,因为lldb attach以后,还没加载各个模块。参考这篇文章 > http://4ch12dy.site/2019/09/23/lldb-dumpdecrypted/lldb-dumpdecrypted/ > 在xbr -E main 以后执行debugme(在执行之前一定要删除所有断点) > > 不过需要说明的一点在于,debugme主要针对ptrace以及恶心的svc内联汇编的反调试,其他方式的话debugme暂时没解决 > > 另外补充一点在于某手的可执行文件里面并不包含关键代码,都在另一个dylib里面。所以需要手动分析 哈哈,谢谢