Looking at the manuals, objdump and nm have overlapping features.
When would you use each one? What was the original purpose of each command?
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.
They have no similar parameters.
nmlists file symbols, whileobjdumpcan show a lot of different information about files.objdumpcan shows symbols too, and it is explicitly noted in the manpage that “This is similar to the information provided by the nm program, although the display format is different.”