# readelfx **Repository Path**: jetshaw/readelfx ## Basic Information - **Project Name**: readelfx - **Description**: 在研究ELF文件标准时写的一个小工具,类似于objdump和readelf命令的功能。 - **Primary Language**: C - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2021-01-16 - **Last Updated**: 2025-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 用法: shell> make shell> ./readelfx -f readelfx -a //打印elf文件的所有信息 shell> ./readelfx -f readelfx -r //打印重定向表 shell> ./readelfx -f readelfx -t //打印字符串表 shell> ./readelfx -f readelfx -s //打印符号表 shell> ./readelfx -f readelfx -S //打印段表 shell> ./readelfx -f readelfx -h //打印elf文件头