Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ga-ryo/idafuzzy
Fuzzy search tool for IDA Pro.
https://github.com/ga-ryo/idafuzzy
Last synced: 3 months ago
JSON representation
Fuzzy search tool for IDA Pro.
- Host: GitHub
- URL: https://github.com/ga-ryo/idafuzzy
- Owner: Ga-ryo
- License: mit
- Created: 2018-04-10T08:16:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-16T09:03:50.000Z (almost 5 years ago)
- Last Synced: 2024-02-12T16:07:56.507Z (9 months ago)
- Language: Python
- Size: 1.5 MB
- Stars: 191
- Watchers: 13
- Forks: 38
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
🔎 IDAFuzzy 🔍
Fuzzy searching tool for IDA Pro.
## What's IDAFuzzy?
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
1. You don't remember all shortcut.
2. You don't remember all function/struct name exactly.This tool is inspired by Mac's Spotlight and Intellij's Search Everywhere dialog.
(Only IDA Pro 7 is tested.)
## Requirements
It requires fuzzywuzzy.
```
pip install fuzzywuzzy[speedup]
```## Installation
Put ```ida_fuzzy.py``` into ```plugins``` directory.## Usage
Just do as follows.1. Type SHIFT+SPACE.
2. Type as you like. (e.g. "snap da")
3. Type TAB for selecting.(First one is automatically selected.)
4. Type Enter to (execute command/jump to address/jump to struct definition).### Jump to function
---### Jump to struct definition
---