文件名称:GdbShellPipe:启用内部命令输出到外部命令的管道传输
文件大小:3KB
文件格式:ZIP
更新时间:2024-05-20 07:13:50
gdb gdb-commands gdb-extension Python
Shell-Pipe命令 此gdb扩展允许将内部gdb命令传递给外部命令,如。 假设有人想在当前函数中找到所有的mov指令。 (gdb) disas Dump of assembler code for function foo: 0x0000000000400526 <+0>: push %rbp 0x0000000000400527 <+1>: mov %rsp,%rbp 0x000000000040052a <+4>: sub $0x10,%rsp 0x000000000040052e <+8>: movq $0x4005e4,-0x8(%rbp) => 0x0000000000400536 <+16>: mov -0x8(%rbp),%rax 0x000000000040053a <+20>: mov
【文件预览】:
GdbShellPipe-master
----Test.gdb(157B)
----README.md(2KB)
----Makefile(24B)
----Install.sh(236B)
----ShellPipeCommand.py(1KB)
----.gitignore(5B)
----Test.c(118B)