反汇编
gdb_disassembleDisassemble the current function or a specified address range in a debugged program. Provide start and end addresses to disassemble specific memory regions.
Instructions
反汇编当前函数或指定地址范围。
参数:
start (可选): 起始地址
end (可选): 结束地址
默认反汇编当前函数。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | End address for disassembly | |
| start | No | Start address for disassembly |