~ubuntu-branches/ubuntu/saucy/clamav/saucy-backports

« back to all changes in this revision

Viewing changes to docs/man/sigtool.1.in

  • Committer: Package Import Robot
  • Author(s): Scott Kitterman
  • Date: 2014-07-15 01:08:10 UTC
  • mfrom: (0.35.47 sid)
  • Revision ID: package-import@ubuntu.com-20140715010810-ru66ek4fun2iseba
Tags: 0.98.4+dfsg-2~ubuntu13.10.1
No-change backport to saucy (LP: #1341962)

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
\fB\-b, \-\-build\fR
58
58
Build a CVD file. \-s, \-\-server is required.
59
59
.TP 
60
 
\fB\-b, \-\-no\-cdiff\fR
 
60
\fB\-\-max\-bad\-sigs=NUMBER\fR
 
61
Maximum number of mismatched signatures when building a CVD. Default: 3000
 
62
.TP 
 
63
\fB\-\-flevel\fR
 
64
Specify a custom flevel. Default: 77
 
65
.TP 
 
66
\fB\-\-cvd\-version\fR
 
67
Specify the version number to use for the build. Default is to use the value+1
 
68
from the current CVD in --datadir. If no datafile is found the default
 
69
behaviour is to prompt for a version number, this switch will prevent the
 
70
prompt.
 
71
NOTE: If a CVD is found in the --datadir its version+1 is used and this value is ignored.
 
72
.TP 
 
73
\fB\-\-no\-cdiff\fR
61
74
Don't create a .cdiff file when building a new database file.
62
75
.TP 
63
 
\fB\-b, \-\-unsigned\fR
 
76
\fB\-\-unsigned\fR
64
77
Create a database file without digital signatures (.cua).
65
78
.TP 
66
79
\fB\-\-server\fR
93
106
\fB\-fREGEX, \-\-find\-sigs=REGEX\fR
94
107
Find and display signatures from the local database directory which match the given REGEX. The whole signature body (name, hex string, etc.) is checked.
95
108
.TP 
96
 
\fB\-fREGEX, \-\-decode\-sigs=REGEX\fR
 
109
\fB\-\-decode\-sigs=REGEX\fR
97
110
Decode signatures read from the standard input (eg. piped from \-\-find\-sigs)
98
111
.TP 
99
 
\fB\-fREGEX, \-\-test\-sigs=DATABASE TARGET_FILE\fR
 
112
\fB\-\-test\-sigs=DATABASE TARGET_FILE\fR
100
113
Test all signatures from DATABASE against TARGET_FILE. This option will only give valid results if the target file is the final one (after unpacking, normalization, etc.) for which the signatures were created.
 
114
.TP
 
115
\fB\-\-print\-certs=FILE\fR
 
116
Print Authenticode details from a PE file.
101
117
.SH "EXAMPLES"
102
118
.LP 
103
119
.TP