├── .gitignore ├── LICENSE ├── Readme.md ├── config.json └── ida_function_hunter.py /.gitignore: -------------------------------------------------------------------------------- 1 | .vscode/ 2 | gitleaks.toml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexander-pick/ida-pro-function-hunter/HEAD/LICENSE -------------------------------------------------------------------------------- /Readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexander-pick/ida-pro-function-hunter/HEAD/Readme.md -------------------------------------------------------------------------------- /config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexander-pick/ida-pro-function-hunter/HEAD/config.json -------------------------------------------------------------------------------- /ida_function_hunter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/alexander-pick/ida-pro-function-hunter/HEAD/ida_function_hunter.py --------------------------------------------------------------------------------