Jump to content

GDB Error: Segmentation fault: 11


sn0wqt

20 posts in this topic

Recommended Posts

Posted

This isn't the member introductions section. Give your topic a proper title and not "hey guys". -_-

 

Do you get this Segmentation fault: 11 only when attaching MCT or every other process?

Posted

This isn't the member introductions section. Give your topic a proper title and not "hey guys". -_-

 

Do you get this Segmentation fault: 11 only when attaching MCT or every other process?

only MCT

Posted

World At Arms has Anti-Debugging Protection (ptrace)

 

You need to disable ptrace in order to debug the process. Disable ptrace by doing this:

 

Open Terminal and type in:

gdb /User/Containers/Bundle/Application/xxxxxx-xxxx-xxx-xxx-xxxxxx/MCT.app/MCT
Then:
break ptrace
Then:
run
Terminal will show you the Offset. Go to the offset in IDA and NOP ptrace and then attach MCT again normally.

 

More info: http://www.coredump.gr/articles/ios-anti-debugging-protections-part-1/

 

Tutorial by shmoo: https://iosgods.com/topic/26721-breaking-securityhow-to-disable-syscall-anti-debugging-protection/

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines