Awesome
idapython-cheatsheet
Cheatsheets and example scripts for IDAPython (7.x and 6.x).
It looks like this:
Printable versions
IDAPython 7.x (PNG)
IDAPython 6.x (PNG)
Tips & triks & examples
Debugger Hooks
- Work with breakpoints source code
Listing
- Simple transformations in disassembler view source code
- Make comment to function, using it's argument source code
Types
- Apply types to functions and data source code
- Work with enums source code
Xrefs
- Add simple code and data cross-references source code
Miscellaneous
- Parsing Global Descriptor Table (GDT, x86) source code
- Parsing Interrupt Descriptor Table (IDT, x86) source code