readme

来自「ELFkickers是一组elf工具」· 代码 · 共 15 行

TXT
15
字号
elfls is a simple utility that displays an ELF file's program andsection header tables. These tables serve as a roadmap to the rest ofan ELF file's contents. The purpose is to provide a quick, top-levelview of an ELF file's organization.If requested, elfls will also display the file's dependencies andsource code filenames.The output is a bit terse, similar to the long format of ls, andtherefore also a bit cryptic. Refer to the manpage for a fulldescription of the program's output.For more in-depth information regarding a file's contents, objdump(1)should be used.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?