Repository URL to install this package:
|
Version:
9.0~240925-3.fc41 ▾
|
| .. |
| core |
| model |
| view |
| README.md |
| app_entry.py |
| env.py |
| ida-plugin.json |
| ida_feeds.py |
| requirements.txt |
Can be run as a standalone app (launch app_entry) 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
ln -s $(pwd) $HOME/.idapro/plugins/ida_feeds
mklink /D "%APPDATA%\Hex-Rays\IDA Pro\plugins\ida_feeds" "%cd%"