Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 2.67 KB

README.md

File metadata and controls

52 lines (33 loc) · 2.67 KB

idapython-cheatsheet

cheatsheet.png

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

It looks like this:

IDAPython-7.x

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

Types

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

Links