Sha256: c5d3df3a4b12ec04d2c28e4e04780c6eb6f231454d849d60aa89511286ba19f7
Contents?: true
Size: 215 Bytes
Versions: 3
Compression:
Stored size: 215 Bytes
Contents
module Yara class YrRule < FFI::Struct layout \ :flags, :int32_t, :identifier, :string, :tags, :string, :metas, :pointer, :strings, :pointer, :ns, YrNamespace.ptr end end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
yara-ffi-3.0.0 | lib/yara/yr_rule.rb |
yara-ffi-2.1.1 | lib/yara/yr_rule.rb |
yara-ffi-2.1.0 | lib/yara/yr_rule.rb |