I want to detect what application generated a core dump on OS X.
How can I find this information? Runing file core.1234 does not give the application name, online something like Mach-O 64-bit core x86_64.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You use
otool:for more, see man page. More magics can be found in this fantastic document Mac OS X debugging magic.