Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/l4ys/lazyida
Make your IDA Lazy!
https://github.com/l4ys/lazyida
ida python
Last synced: 30 days ago
JSON representation
Make your IDA Lazy!
- Host: GitHub
- URL: https://github.com/l4ys/lazyida
- Owner: L4ys
- License: mit
- Created: 2016-06-12T14:47:06.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-08-15T10:38:12.000Z (3 months ago)
- Last Synced: 2024-10-14T17:26:16.236Z (30 days ago)
- Topics: ida, python
- Language: Python
- Size: 66.4 KB
- Stars: 1,068
- Watchers: 31
- Forks: 161
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-reverse-engineering - **372**星
README
# LazyIDA
Make your IDA Lazy!# Install
1. 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](https://cloud.githubusercontent.com/assets/5360374/15991889/2dad5d62-30f2-11e6-8d4b-e4efb0b73c77.png)- Convert data into different formats, output will also be automatically copied to the clipboard:
![2016-06-12 11 01 57](https://cloud.githubusercontent.com/assets/5360374/15991854/b813070a-30f1-11e6-931e-08ae85355cca.png)
![2016-06-12 11 03 18](https://cloud.githubusercontent.com/assets/5360374/15991863/e5271146-30f1-11e6-89ac-bafd46eb1e45.png)
- Scan for format string vulnerabilities:
![2016-06-15 8 19 03](https://cloud.githubusercontent.com/assets/5360374/16064234/da39aa8c-32d1-11e6-89b8-1709cef270f5.png)
- 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