Notice: Trying to access array offset on value of type null in /var/www/wiki/includes/profiler/SectionProfiler.php on line 99

Notice: Trying to access array offset on value of type null in /var/www/wiki/includes/profiler/SectionProfiler.php on line 99

Notice: Trying to access array offset on value of type null in /var/www/wiki/includes/profiler/SectionProfiler.php on line 100

Notice: Trying to access array offset on value of type null in /var/www/wiki/includes/profiler/SectionProfiler.php on line 100

Notice: Trying to access array offset on value of type null in /var/www/wiki/includes/profiler/SectionProfiler.php on line 101

Notice: Trying to access array offset on value of type null in /var/www/wiki/includes/profiler/SectionProfiler.php on line 101
Installing Yara on Mac OS X Maverick - Zam Wiki

Installing Yara on Mac OS X Maverick

From Zam Wiki

Revision as of 01:29, 8 February 2015 by Zam (talk | contribs) (Created page with "Get Homebrew for Mac: * ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" Get Yara 3.2.0 package from https://github.com/plusvic/yara...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Get Homebrew for Mac:


Get Yara 3.2.0 package from https://github.com/plusvic/yara/releases/latest


Then install yara-python extension:

  • cd yara-python
  • python setup.py build
  • sudo python setup.py install


If it is a success, let's do some testing on yara and yara-python.

  • Test yara
$ yara -v
  yara 3.2.0 


  • Test yara-python
$ python -c "import yara;print yara.__file__"
  /usr/local/lib/python2.7/site-packages/yara/__init__.pyc