juin 2016févr. 2018oct. 2019juin 2021mars 2023nov. 2024juil. 2026
ArtefactsPyPIpip install lazyida
README
LazyIDA
Make your IDA Lazy!
[!NOTE]
This project was written casually 10 years ago when I was doing CTF challenges. As IDA Pro has evolved, many features are now outdated or built-in:
Remove return type: Built-in since IDA Pro 7.5+
Dump feature: Can be replaced with IDA's built-in Shift-E
Format string vulnerability scan: Since Hex-Rays decompiler now supports most common architectures, this feature should be reimplemented using Hex-Rays API for better results
Consider using and contributing to HappyIDA, which has a better code architecture for adding new features.
Installation
Method 1: Using hcli (Recommended)
hcli plugin install LazyIDA
Method 2: Manual Installation
Download or clone this repository.
Copy LazyIDA.py into your IDA plugins directory:
Windows: %APPDATA%\Hex-Rays\IDA Pro\plugins\
macOS/Linux: ~/.idapro/plugins/
Restart IDA.
Features
Remove function return type in Hex-Rays (IDA 7.5+ has this feature built-in):
Convert data into different formats, output will also be automatically copied to the clipboard: