yara-python:适用于YARA的Python接口

时间:2024-06-02 04:29:09
【文件属性】:

文件名称:yara-python:适用于YARA的Python接口

文件大小:40KB

文件格式:ZIP

更新时间:2024-06-02 04:29:09

yara C

yara-python 使用此库,您可以从Python程序中使用 。 它涵盖了YARA的所有功能,从编译,保存和加载规则到扫描文件,字符串和进程。 这里有一个小例子: >> > import yara >> > rule = yara . compile ( source = 'rule foo: bar {strings: $a = "lmn" condition: $a}' ) >> > matches = rule . match ( data = 'abcdefgjiklmnoprstuvwxyz' ) >> > print ( matches ) [ foo ] >> > print ( matches [ 0 ]. rule ) foo >> > print ( matches [ 0 ]. tags ) [ 'bar' ] >> > print ( matches [


【文件预览】:
yara-python-master
----yara-python.c(58KB)
----setup.cfg(88B)
----.gitmodules(75B)
----README.rst(2KB)
----appveyor.yml(7KB)
----yara()
----LICENSE(11KB)
----appveyor()
--------x64()
--------run_with_env.cmd(3KB)
--------install.ps1(7KB)
--------setup_x64.bat(1KB)
----tests.py(41KB)
----MANIFEST.in(100B)
----setup.py(12KB)
----.travis.yml(306B)

网友评论