TLDR
Enter a command. For example: git annex, entr, enscript, which.

objdump

 
View information about object files. More information: https://manned.org/objdump.
 
  • Display the file header information:
     
    objdump -f {{binary}}
     
  • Display the dis-assembled output of executable sections:
     
    objdump -d {{binary}}
     
  • Display a complete binary hex dump of all sections:
     
    objdump -s {{binary}}

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.