File: plyara.1

package info (click to toggle)
plyara 2.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 468 kB
  • sloc: python: 2,343; makefile: 16
file content (28 lines) | stat: -rw-r--r-- 523 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
.TH plyara 1
.SH NAME
plyara - Parse YARA rules into a dictionary representation and output it as JSON.
.SH SYNOPSIS
.B plyara
[\fB-h\fP] [\fB--log\fP]
.IR FILE
.SH DESCRIPTION
.B plyara
is the commandline tool for the python library with the same name.
.SH OPTIONS
.TP
.B
FILE
File containing YARA rules to parse.
.TP
.B
\fB-h\fP, \fB--help\fP
show this help message and exit
.TP
.B
\fB--log\fP
Enable debug logging to the console.

.SH AUTHOR
plyara was written by plyara maintainers
.PP
https://github.com/plyara/plyara