Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
chibofeng opened this issue Jul 19, 2021 · 4 comments

Comments

@chibofeng
Copy link

(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'

@chibofeng chibofeng changed the title 当dumpdecrypted -X时报错 当dumpdecrypted -X时报错 AttributeError: 'NoneType' object has no attribute 'startswith' Jul 19, 2021
@JoshuaFeng5
Copy link

同样的报错

@SjonC
Copy link

SjonC commented Dec 9, 2021

解决了吗

@chibofeng
Copy link
Author

解决了吗

没有, 已经放弃了

@zy364601065
Copy link

有解决这个问题吗

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants