There are machine codes in linux crash info.
Is there any tool can translate these machine codes to assembly instructions?
code of(ffffffffa0f04ce2):
0xc3 0x89 0xfa 0x66 0xed 0x0f 0xb7 0xc0 0xc3 0x89 0xfa 0xed 0xc3 0xf0 0x48 0x0f
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 could use a disassembler. I found one online. Copy, Edit and paste
c3 89 fa 66 ed 0f b7 c0 c3 89 fa ed c3 f0 48 0f, choose processor family (they have plenty to choose from) and you get the result. I tried with i386 and got the following: