Cheatsheets and example scripts for IDAPython (7.x and 6.x).
It looks like this:
- Work with breakpoints source code
- Simple transformations in disassembler view source code
- Make comment to function, using it's argument source code
- Apply types to functions and data source code
- Work with enums source code
- Add simple code and data cross-references source code
- Parsing Global Descriptor Table (GDT, x86) source code
- Parsing Interrupt Descriptor Table (IDT, x86) source code