4ch12dy / xia0LLDB

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

xcode lldb does not support image to im #18

Closed ohroy closed 3 years ago

ohroy commented 3 years ago

https://github.com/4ch12dy/xia0LLDB/blob/3fefaa17fc6503e5b7f42e055391daa5daaf52d8/src/xbr.py#L601

(lldb) im li -o -f
"malloc_info", "ptr_refs", "cstr_refs", "find_variable", and "objc_refs" commands have been installed, use the "--help" options on these commands for detailed help.

so, consider not using abbreviations

ohroy commented 3 years ago

use

xbr -m xx 0x1234

or

xbr -m /private/var/containers/Bundle/Application/45873C4C-6F02-416F-BD97-19D8C6A09ED6/xxx.app/Frameworks/xx.framework/xx  0x1234
4ch12dy commented 3 years ago

Thanks. It’s my problem, I’ll fix the bug now