Analyze binary

Binary file analyze tool

  • readelf
    • Display information about ELF files
  • ldd
    • Print shared object dependencies
  • Hexdummp
    • Display file contents in ASCII, decimal, hexadecimal, or octal.
  • objdump
    • Display information from an object file.
  • nm
    • List symbols from object files
More …