Sha256: cf86fe2b9a46973cc625e1aafb12cd4de1ff81bca73e3598effdc1d1ee3d7e75
Contents?: true
Size: 1.21 KB
Versions: 5
Compression:
Stored size: 1.21 KB
Contents
# yara-ffi A Ruby library for using [libyara](https://yara.readthedocs.io/en/stable/capi.html) via FFI. ## Installation Add this line to your application's Gemfile: ```ruby gem "yara" ``` And then execute: $ bundle install Or install it yourself as: $ gem install yara-ffi ## Usage TODO: Write usage instructions here ## Development After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment. ## Contributing Bug reports and pull requests are welcome on GitHub at https://github.com/jonmagic/yara-ffi. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/jonmagic/yara-ffi/blob/master/CODE_OF_CONDUCT.md). ## License The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT). ## Code of Conduct Everyone interacting in the Yara::Ffi project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/jonmagic/yara-ffi/blob/master/CODE_OF_CONDUCT.md).
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
yara-ffi-2.1.1 | README.md |
yara-ffi-2.1.0 | README.md |
yara-ffi-2.0.1 | README.md |
yara-ffi-2.0.0 | README.md |
yara-ffi-1.0.0 | README.md |