idapython-cheatsheet

Cheatsheets and example scripts for IDAPython (7.x and 6.x).

It looks like this:

IDAPython-7x_cheatsheet_web_en

Printable versions

PDF

IDAPython 7.x (PNG)

IDAPython 6.x (PNG)

Tips & triks & examples

Debugger Hooks

Listing

  • Simple transformations in disassembler view source code
  • Make comment to function, using it's argument source code

Miscellaneous

  • Parsing Global Descriptor Table (GDT, x86) source code
  • Parsing Interrupt Descriptor Table (IDT, x86) source code

GitHub