Fuzzy searching tool for IDA Pro.
IDAFuzzy is fuzzy searching tool for IDA Pro. This tool helps you to find command/function/struct and so on. This tool is usefull when
This tool is inspired by Mac's Spotlight and Intellij's Search Everywhere dialog.
(Only IDA Pro 7 is tested.)
It requires fuzzywuzzy.
pip install fuzzywuzzy[speedup]
Put ida_fuzzy.py
into plugins
directory.
Just do as follows.