Sha256: a7da2e428b63f66af4e6fe95fc8cb46bf765ca9a133879eefbdee05a60235cb5

Contents?: true

Size: 219 Bytes

Versions: 2

Compression:

Stored size: 219 Bytes

Contents

module Yara
  class YrRule < FFI::Struct
    layout \
      :flags, :int32_t,
      :identifier, :string,
      :tags, :string,
      :metas, :pointer,
      :strings, YrString.ptr,
      :ns, YrNamespace.ptr
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
yara-ffi-2.0.1 lib/yara/yr_rule.rb
yara-ffi-2.0.0 lib/yara/yr_rule.rb