4ch12dy / xia0LLDB

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

Segmentation fault #14

Closed 0xElessar closed 4 years ago

0xElessar commented 4 years ago

Thank you for your scripts. They look so promising.

Unfortunately, running the debugme script on any app, results in a segmentation fault:

(lldb) debugme [] start patch ptrace funtion to bypass anti debug [+] ptrace funtion patach done [] start patch svc ins to bypass anti debug [+] use "target list" to get main module:/private/var/containers/Bundle/Application/62665631-5B78-4128-93DF-4F6DE5576C8D/test.app/test [*] app dir:/var/containers/Bundle/Application/62665631-5B78-4128-93DF-4F6DE5576C8D/test.app Stack dump:

  1. Program arguments: /Applications/Xcode.app/Contents/Developer/usr/bin/lldb Segmentation fault: 11

Any advice?

MacOS: Catalina iPhone 6 iOS 12.4

0xElessar commented 4 years ago

CROC commmand! This changes everything. All good now! Thank you!