Skip to content

bak724/idapython-cheatsheet

 
 

Repository files navigation

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

About

Scripts and cheatsheets for IDAPython

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 52.6%
  • C 47.4%