4ch12dy / xia0LLDB

LLDB python scripts for iOS arm64 reversing by xia0
640 stars 111 forks source link

当dumpdecrypted -X时报错 AttributeError: 'NoneType' object has no attribute 'startswith' #29

Open chibofeng opened 3 years ago

chibofeng commented 3 years ago

(lldb) dumpdecrypted -X [] set breakpoint at CFBundleGetMainBundle [] will continue process and dump [] start execute dumpdecrypted [] delete all breakpoints [-] failed to auto get main module, use -m option [-] failed to auto get main module, use -m option Traceback (most recent call last): File "/Users/XX/xia0LLDB/src/dumpdecrypted.py", line 51, in handle_command ret = dumpdecrypted(debugger) File "/Users/XX/xia0LLDB/src/dumpdecrypted.py", line 546, in dumpdecrypted images = utils.get_all_image_of_app() File "/Users/XX/xia0LLDB/src/utils.py", line 121, in get_all_image_of_app if app_path.startswith("/private"): AttributeError: 'NoneType' object has no attribute 'startswith'

JoshuaFeng5 commented 3 years ago

同样的报错

SjonC commented 2 years ago

解决了吗

chibofeng commented 2 years ago

解决了吗

没有, 已经放弃了

zy364601065 commented 9 months ago

有解决这个问题吗