随笔分类 -  工具使用

摘要:/* This file contains definitions used by the Hex-Rays decompiler output. It has type definitions and convenience macros to make the output more readable. Copyright (c) 2007-2011 Hex-Rays */ #if defin 阅读全文
posted @ 2019-09-25 10:58 0xM2r00t 阅读(474) 评论(0) 推荐(0)
摘要:aslr --显示/设置GDB的ASLR设置 checksec --检查二进制的各种安全选项 dumpargs --显示在调用指令停止时传递给函数的参数 dumprop --在特定内存范围内转储所有ROP小工具 elfheader --从调试的ELF文件获取标头信息 elfsymbol --从ELF 阅读全文
posted @ 2018-08-07 15:10 0xM2r00t 阅读(146) 评论(0) 推荐(0)
摘要:因为网上对于IDApython的介绍太少,所以在这里列举了一些常用函数: ScreenEA() 获取 IDA 调试窗口中,光标指向代码的地址。通过这个函数,我们就能够从一个已知 的点运行我们的脚本。 GetInputFileMD5() 返回 IDA 加载的二进制文件的 MD5 值,通过这个值能够判断 阅读全文
posted @ 2018-08-01 08:48 0xM2r00t 阅读(4658) 评论(0) 推荐(0)