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
출처
https://opensource.com/article/20/4/linux-binary-analysis
Comments