mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-03 12:55:06 +00:00
Update cheatsheets
This commit is contained in:
@@ -20,6 +20,10 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`readelf --symbols {{path/to/binary}}`
|
||||
|
||||
- Display the information contained in the ELF header at the start of the file:
|
||||
- Display ELF header information:
|
||||
|
||||
`readelf --file-header {{path/to/binary}}`
|
||||
|
||||
- Display ELF section header information:
|
||||
|
||||
`readelf --section-headers {{path/to/binary}}`
|
||||
|
||||
Reference in New Issue
Block a user