2017 © Pedro Peláez
 

library yara

image

certly/yara

  • Thursday, June 23, 2016
  • by iangcarroll
  • Repository
  • 2 Watchers
  • 3 Stars
  • 1,384 Installations
  • Hack
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

certly/yara

A YARA wrapper for PHP. Requires that a yara executable exist in your PATH or in a path specified., (*1)

$yara = new Certly\YARA\YARA();

$matches = $yara->match('abcdef', [
    '
        rule silent_banker : banker
        {
            meta:
                description = "An example rule."

            strings:
                $a = "abc"

            condition:
                $a
        }
    ',
]));

foreach ($matches as $match) {
    echo "Matched {$match['rule']}." . PHP_EOL;
    echo "Raw output: {$match['raw']}" . PHP_EOL;
}

The Versions

23/06 2016

dev-master

9999999-dev

  Sources   Download

The Requires

 

by Ian Carroll

23/06 2016

v1.0.4

1.0.4.0

  Sources   Download

The Requires

 

by Ian Carroll

26/04 2016

v1.0.3

1.0.3.0

  Sources   Download

The Requires

 

by Ian Carroll

26/04 2016

v1.0.2

1.0.2.0

  Sources   Download

The Requires

 

by Ian Carroll

26/04 2016

v1.0.1

1.0.1.0

  Sources   Download

The Requires

 

by Ian Carroll

10/03 2016

dev-analysis-8bQB1w

dev-analysis-8bQB1w

  Sources   Download

The Requires

 

by Ian Carroll

27/02 2016

v1.0.0

1.0.0.0

  Sources   Download

The Requires

 

by Ian Carroll