There are many tools for examining .o and a.out files. gcc produces executable files in the ELF file format. you can use readelf and objdump to read parts of an ...
確定! 回上一頁