Nasm
Search...
Ctrl
K
使用GDB
Previous
X86
Next
Section (.data .text .bss)
Last updated
5 years ago
Was this helpful?
可參考:
1.我們可用gdb工具來debug
先輸入
gdb <可執行檔案>
2. 接著我們可輸入run來執行程式,與disassemble來查看記憶體
https://www.csee.umbc.edu/portal/help/nasm/nasm.shtml