Make your IDA Lazy!
modify by moshui.
I removed the original dependency on pyqt and instead used a simple pyperclip
- make sure have "pyperclip".If not must use
pip install pyperclip
to install it. - 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: