Nasm
  • Introduction
  • X86
  • 使用GDB
  • Section (.data .text .bss)
  • 運算子與變數
  • 推薦書籍
Powered by GitBook
On this page
  • 1.我們可用gdb工具來debug
  • 2. 接著我們可輸入run來執行程式,與disassemble來查看記憶體

Was this helpful?

使用GDB

PreviousX86NextSection (.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