摘要: peda在github上的官方文档,摘抄过来,方便查阅。 安装 git clone https://github.com/longld/peda.git ~/peda echo "source ~/peda/peda.py" >> ~/.gdbinit Enhance the display of 阅读全文
posted @ 2016-08-02 14:57 Ox9A82 阅读(2200) 评论(0) 推荐(0) 编辑
摘要: 之前主要是使用zio库,对pwntools的了解仅限于DynELF,以为zio就可以取代pwntools。后来发现pwntools有很多的高级用法都不曾听说过,这次学习一下用法,希望可以在以后的exp编写中能提供效率。 PwnTools的官网如下:http://pwntools.com/ 安装方法是 阅读全文
posted @ 2016-08-02 09:48 Ox9A82 阅读(43645) 评论(0) 推荐(0) 编辑