idapython-cheatsheet:IDAPython的脚本和速查表

时间:2024-05-03 19:05:23
【文件属性】:

文件名称:idapython-cheatsheet:IDAPython的脚本和速查表

文件大小:1018KB

文件格式:ZIP

更新时间:2024-05-03 19:05:23

Python

idapython备忘单 IDAPython的备忘单和示例脚本(7.x和6.x)。 看起来像这样: 可列印版本 PDF格式 IDAPython 7.x(PNG) IDAPython 6.x(PNG) 提示,技巧和示例 调试器挂钩 使用断点 清单 反汇编程序视图 源代码中的简单转换 使用参数的源代码对函数进行注释 种类 将类型应用于函数和数据源代码 使用枚举源代码 外部参照 添加简单的代码和数据交叉引用源代码 各种各样的 解析全局描述符表(GDT,x86)源代码 解析中断描述符表(IDT,x86)源代码 链接 Alexander Hanel撰写的“ IDAPython入门指南” Ero Carrera的“ IDAPython简介” IDAPyHelper-帮助编写IDAPython脚本和插件的脚本


【文件预览】:
idapython-cheatsheet-master
----debugger_hooks()
--------breakpoints.py(399B)
----misc()
--------parse_gdt.py(1KB)
--------parse_idt.py(2KB)
----IDAPython-7x_cheatsheet_en.svg(786KB)
----cheatsheet_logo.png(13KB)
----listing()
--------disasm_transform.py(404B)
--------function_arguments.py(1KB)
----xrefs()
--------simple_xrefs.py(998B)
----IDAPython_cheatsheet_web_en.png(192KB)
----IDAPython_cheatsheet_en.svg(476KB)
----types()
--------enums.py(1KB)
--------apply_types.py(698B)
--------errno.h(7KB)
----README.md(3KB)
----IDAPython-7x_cheatsheet_web_en.png(218KB)

网友评论