Skip to content

ifontarensky/yara-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yara-Editor
===============

This is an editor written in Python for yara rules.

REQUIRED
=========

yara-python depends on libyara, a library that implements YARA's core functions. You
must build and install YARA in your system before building yara-python. The latest
YARA version can be downloaded from:

 yara ( http://yara.googlecode.com/files/yara-1.6.tar.gz )
 yara-python ( http://yara.googlecode.com/files/yara-1.6.tar.gz )


HOW TO BUILD
============


After installing YARA and yara-python you can build this way:

$ tar xzvf yara-editor.tar.gz
$ cd yara-editor
$ sudo python setup.py install

About

Automatically exported from code.google.com/p/yara-editor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published