idafuzzy: Fuzzy search tool for IDA Pro
What’s IDAFuzzy?
IDAFuzzy is a fuzzy searching tool for IDA Pro. This tool helps you to find command/function/struct and so on. This tool is usefull when
- You don’t remember all shortcut.
- You don’t remember all function/struct name exactly.
This tool is inspired by Mac’s Spotlight and Intellij’s Search Everywhere dialog.
Installation
pip install fuzzywuzzy
git clone https://github.com/Ga-ryo/IDAFuzzy.git
Put ida_fuzzy.py into the plugins directory.
Usage
- Type SHIFT+SPACE.
- Type as you like. (e.g. “snap da”)
- Type TAB for selecting.(First one is automatically selected.)
- Type Enter to (execute the command/jump to address/jump to struct definition).
Jump to function
Jump to struct definition
Copyright (c) 2018 Ga_ryo_
Source: https://github.com/ga-ryo/