Then I disassembled it with objdump -S -D -M intel elf-file >objdump_output.txt . -M intel produces the disassembly in Intel format. AT&T would work too, but I ...
確定! 回上一頁