Repository URL to install this package:
Version:
9.1~250226-5.fc43 ▾
|
.. |
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.txt
Set the path to your platform's flair tools bin directory e.g. /flair90/bin/x64linux
cp config.sample.json config.json
and set the variablesgit
idalib
idapro
sigmake
/ flairln -s $(pwd) $HOME/.idapro/plugins/ida_feeds
mklink /D "%APPDATA%\Hex-Rays\IDA Pro\plugins\ida_feeds" "%cd%"