Skip to content

moshuiD/LazyIDA

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LazyIDA

Make your IDA Lazy!
modify by moshui.
I removed the original dependency on pyqt and instead used a simple pyperclip

Install

  1. make sure have "pyperclip".If not must use pip install pyperclip to install it.
  2. put LazyIDA.py into plugins folder under your IDA Pro installation path.

Features

  • Remove function return type in Hex-Rays:

2016-06-12 11 05 29

  • Convert data into different formats, output will also be automatically copied to the clipboard:

2016-06-12 11 01 57 2016-06-12 11 03 18

  • Scan for format string vulnerabilities:

2016-06-15 8 19 03

  • 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 clipboard
      • c: Copy name of current item into clipboard
      • v: Remove return type of current item

About

IDA Lazy modify by moshui

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%