摘要: 安装binutils:git clone https://github.com/Gallopsled/pwntools-binutilssudo apt-get install software-properties-commonsudo apt-add-repository ppa:pwntools/binutilssudo apt-get updatesudo apt-get install ... 阅读全文
posted @ 2018-07-19 11:03 kailicard 阅读(1648) 评论(0) 推荐(0) 编辑
摘要: gdb aslr -- 显示/设置 gdb 的 ASLR asmsearch -- Search for ASM instructions in memory asmsearch "int 0x80" asmsearch "add esp, ?" libc assemble -- On the fl 阅读全文
posted @ 2018-07-19 10:49 kailicard 阅读(296) 评论(0) 推荐(0) 编辑
摘要: 现在我们使用 readelf 命令来查看 elfDome.out 的文件头readelf -l elfDemo.out使用 readelf 来查看程序头:readelf -S elfDemo.o使用 readelf 命令查看目标文件中完整的段:可以使用 readelf 读取这两个表:偏移表加字符$ readelf -x .strtab elfDemo.oreadelf -s elfDemo.o符号... 阅读全文
posted @ 2018-07-19 05:47 kailicard 阅读(231) 评论(0) 推荐(0) 编辑