clamav/docs/man/clambc.1.in

61 lines
1.6 KiB
Groff
Raw Permalink Normal View History

2014-09-05 10:36:54 -04:00
.TH CLAMBC "1" "September 2014" "ClamAV @VERSION@" "Clam AntiVirus"
2011-05-06 14:34:31 +03:00
.SH NAME
2014-09-05 10:36:54 -04:00
clambc \- Bytecode Analysis and Testing Tool
2011-05-06 14:34:31 +03:00
.SH SYNOPSIS
.PP
clambc <file> [function] [param1 ...]
.SH DESCRIPTION
Bytecode signatures are a platform independent executable plugin format that
extend ClamAV's malware detection capabilities. This tool is provided for
signature authors and ClamAV developers to test bytecode signatures and bytecode
runtime performance. **Caution**: You should NEVER run bytecode signatures from
untrusted sources. Doing so may result in arbitrary code execution.
.SH "OPTIONS"
2011-05-06 14:34:31 +03:00
.TP
\fB\-\-help\fR \fB\-h\fR
Show help.
2011-05-06 14:34:31 +03:00
.TP
\fB\-\-version\fR \fB\-V\fR
Show version
.TP
\fB\-\-debug\fR
Show debug.
.TP
\fB\-\-force\-interpreter\fR \fB\-f\fR
Force using the interpreter instead of the JIT.
.TP
\fB\-\-trust\-bytecode\fR \fB\-t\fR
Trust loaded bytecode (default yes).
.TP
2011-05-06 14:34:31 +03:00
\fB\-\-info\fR \fB\-i\fR
Print information about bytecode.
2011-05-06 14:34:31 +03:00
.TP
\fB\-\-printsrc\fR \fB\-p\fR
Print bytecode source.
2011-05-06 14:34:31 +03:00
.TP
2014-09-05 10:36:54 -04:00
\fB\-\-printbcir\fR \fB\-c\fR
Print IR of bytecode signature.
2014-09-05 10:36:54 -04:00
.TP
\fB\-\-input\fR \fB\-r\fR
Input file to run the bytecode on.
.TP
\fB\-\-trace\fR <level> \fB\-T\fR
Set bytecode trace level 0..7 (default 7).
2011-05-06 14:34:31 +03:00
.TP
\fB\-\-no\-trace\-showsource\fR
Don't show source line during tracing.
2011-05-06 14:34:31 +03:00
.TP
\fB\-\-statistics=bytecode\fR
Collect and print bytecode execution statistics.
.TP
2011-05-06 14:34:31 +03:00
file
File to test.
2011-05-06 14:34:31 +03:00
.SH "CREDITS"
Please check the full documentation for credits.
.SH "AUTHOR"
2014-09-05 10:36:54 -04:00
.LP
Tomasz Kojm <tkojm@clamav.net>, Kevin Lin <klin@sourcefire.com>
.SH "SEE ALSO"
2014-09-05 10:36:54 -04:00
.LP
clamscan(1), sigtool(1)