请提供 llvm-readelf 在参数 --elf-output-style=json 时的示例
这是一个使用 llvm-readelf 命令的示例,参数 --elf-output-style=json 用于以 JSON 格式输出 elf 文件的信息:
llvm-readelf --elf-output-style=json <elf_file>
其中,<elf_file> 是你要查看的 elf 文件的路径。请将其替换为实际的 elf 文件路径。
执行上述命令后,你将会看到以 JSON 格式输出的 elf 文件信息。
原文地址: http://www.cveoy.top/t/topic/iY85 著作权归作者所有。请勿转载和采集!