mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2025-10-23 04:13:17 +00:00
55 lines
1.3 KiB
Groff
55 lines
1.3 KiB
Groff
.TH CLAMBC "1" "September 2014" "ClamAV @VERSION@" "Clam AntiVirus"
|
|
.SH NAME
|
|
clambc \- Bytecode Analysis and Testing Tool
|
|
.SH SYNOPSIS
|
|
.PP
|
|
clambc <file> [function] [param1 ...]
|
|
.SH DESCRIPTION
|
|
.TP
|
|
\fB\-\-help\fR \fB\-h\fR
|
|
Show help
|
|
.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
|
|
\fB\-\-info\fR \fB\-i\fR
|
|
Print information about bytecode
|
|
.TP
|
|
\fB\-\-printsrc\fR \fB\-p\fR
|
|
Print bytecode source
|
|
.TP
|
|
\fB\-\-printbcir\fR \fB\-c\fR
|
|
Print IR of bytecode signature
|
|
.TP
|
|
\fB\-\-input\fR \fB\-r\fR
|
|
Input file to run the bytecode on
|
|
.TP
|
|
\fB\-\-trace\fR <level> \fB\-l\fR
|
|
Set bytecode trace level 0..7 (default 7)
|
|
.TP
|
|
\fB\-\-no\-trace\-showsource\fR
|
|
Don't show source line during tracing
|
|
.TP
|
|
\fB\-\-bytecode\-statistics\fR
|
|
Collect and print bytecode execution statistics
|
|
.TP
|
|
file
|
|
file to test
|
|
.SH "CREDITS"
|
|
Please check the full documentation for credits.
|
|
.PP
|
|
Clam AntiVirus Bytecode Analysis and Testing Tool 0.98
|
|
By The ClamAV Team: http://www.clamav.net/about.html#credits
|
|
.LP
|
|
(C) 2009-2013 Sourcefire, Inc.
|
|
.LP
|
|
(C) 2014 Cisco Systems, Inc. All Rights Reserved
|