Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
idapro / opt / ida90 / libexec / idapro / plugins / ida_feeds
  ..
  core
  model
  view
  README.md
  app_entry.py
  env.py
  ida-plugin.json
  ida_feeds.py
  requirements.txt
Size: Mime:

IDA FLIRT Signature Tools

Notes

Can be run as a standalone app (launch app_entry) using IDALIB or as an IDAPython plugin.

Install

The packages should be installed in the interpreter that IDA is using

python3 -m pip install -r requirements.txt

Linux & OSX

ln -s $(pwd) $HOME/.idapro/plugins/ida_feeds

Windows

mklink /D "%APPDATA%\Hex-Rays\IDA Pro\plugins\ida_feeds" "%cd%"