pwn_debug:旨在帮助快速构建对CTF Pwn游戏的利用

时间:2024-06-03 02:11:11
【文件属性】:

文件名称:pwn_debug:旨在帮助快速构建对CTF Pwn游戏的利用

文件大小:13KB

文件格式:ZIP

更新时间:2024-06-03 02:11:11

easy-to-use pwn ctf-tools debugging-tool pwn-tools

pwn_debug pwn_debug-基于pwntools的ctf pwns的辅助调试工具 建议您在获得“用法和安装”的完整说明。 这只是一个简单的描述。 入门 安装pwn_debug git clone https://github.com/ray-cp/pwn_debug.git cd pwn_debug sudo python setup.py install # or python setup.py install --user 用调试符号编译glibc 编译特定版本。 # ./build.sh $(version) ./build.sh 2.23 编译所有版本(无参数表示全部编译) # ./build.sh ./build.sh 正常使用 from pwn_debug import * ## step 1 pdbg=pwn_debug("binary")


【文件预览】:
pwn_debug-master
----README.md(3KB)
----build.sh(2KB)
----pwn_debug()
--------ret2dl_resolve.py(7KB)
--------misc.py(1KB)
--------fmtstr.py(7KB)
--------IO_FILE_plus.py(11KB)
--------toplevel.py(71B)
--------membp.py(4KB)
--------__init__.py(108B)
--------pwn_debug.py(7KB)
----setup.py(657B)

网友评论

  • 这个文件好像有问题,在./build.sh 2.23时一直出现: warning: argument 1 of type ‘struct __jmp_buf_tag *’ declared as a pointer [-Warray-parameter=] 743 | extern int __sigsetjmp (struct __jmp_buf_tag *__env, int __savemask) __THROWNL;