Make your IDA Lazy!
- put
LazyIDA.py
intoplugins
folder under your IDA Pro installation path.
- Remove function return type in Hex-Rays:
- Convert data into different formats, output will also be automatically copied to the clipboard:
- Scan for format string vulnerabilities:
- Jump to vtable functions by double clicking
- Lazy shortcuts:
- Disasm Window:
w
: Copy address of current line into clipboard
- Hex-rays Window:
w
: Copy address of current item into clipboardc
: Copy name of current item into clipboardv
: Remove return type of current item
- Disasm Window: