Repository URL to install this package:
|
Version:
9.1~250226-2.fc41 ▾
|
| .. |
| feeds |
| README.md |
| config.sample.json |
| feeds_app.py |
| feeds_plugin.py |
| ida-plugin.json |
| requirements.txt |
| rust-git-tags.json |
Manage FLIRT signatures and generate Rust signatures on demand.
Can be run as a standalone app (python feeds_app) using IDALIB or as an IDAPython plugin.
The packages should be installed in the interpreter that IDA is using
python3 -m pip install -r requirements.txtSet the path to your platform's flair tools bin directory e.g. /flair90/bin/x64linux
cp config.sample.json config.json and set the variablesgitidalibidaprosigmake / flairln -s $(pwd) $HOME/.idapro/plugins/ida_feeds
mklink /D "%APPDATA%\Hex-Rays\IDA Pro\plugins\ida_feeds" "%cd%"