xy

Results 51 comments of xy

先确保你的电脑正常能ssh到设备上, 看起来像是手机上ssh server的问题。

Thanks for your suggestion. But I dont know how to add more detailed docs infact, so I add the example code to show how to use it. Can you give...

Good suggestions! I see. In fact, there are many articles of practice to show issh/xia0LLDB/tap2debug using in my blog. But it is in chinese. I will append your suggestions as...

> Error in choose.py > > # $ lldb > # [traceOC]: trace ObjectC function call > traceOC > more usage, try "traceOC -h" > [xutil]: some util tool for...

你那是什么app,我这边测试下

使用的最新的xia0LLDB吗,我这边测了下没有复现这个问题。从错误上看起来像是Python文件解析错误,是不是用的Python3?

用python2

thanks! I will update xia0LLDB with python3 soon.

> Couldn't lookup symbols:\n _sprint,这个bug解了吗 什么app,我这边测下看看

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