A simple, Notepad-style text search plugin for IDA Pro's Hex-Rays decompiler pseudocode view.
- IDA Pro 7.0 or later
- Hex-Rays Decompiler
- Python 3
- Download
ida_find_plugin.py - Copy it to your IDA plugins directory:
- Windows: %APPDATA%\Hex-Rays\IDA Pro\plugins\
- Linux: ~/.idapro/plugins/
- macOS: ~/.idapro/plugins/
- Restart IDA Pro
After restarting IDA, you should see this message in the Output window:
Pseudocode Find Plugin loaded. Press Ctrl+F in decompiler view to search.
Opening the Search Dialog:
- Decompile a function by pressing F5 in the disassembly view
- Press Ctrl+F to open the search dialog
- Find when the pseudocode was edited with
map variable. - Disable history for searches.