1CLAMBC(1) Clam AntiVirus CLAMBC(1)
2
3
4
6 clambc - Bytecode Analysis and Testing Tool
7
9 clambc <file> [function] [param1 ...]
10
12 --help -h
13 Show help
14
15 --version -V
16 Show version
17
18 --debug
19 Show debug
20
21 --force-interpreter -f
22 Force using the interpreter instead of the JIT
23
24 --trust-bytecode -t
25 Trust loaded bytecode (default yes)
26
27 --info -i
28 Print information about bytecode
29
30 --printsrc -p
31 Print bytecode source
32
33 --printbcir -c
34 Print IR of bytecode signature
35
36 --input -r
37 Input file to run the bytecode on
38
39 --trace <level> -T
40 Set bytecode trace level 0..7 (default 7)
41
42 --no-trace-showsource
43 Don't show source line during tracing
44
45 --statistics=bytecode
46 Collect and print bytecode execution statistics
47
48 file file to test
49
51 Please check the full documentation for credits.
52
54 Tomasz Kojm <tkojm@clamav.net>, Kevin Lin <klin@sourcefire.com>
55
57 clamscan(1), sigtool(1)
58
59
60
61ClamAV 0.102.2 September 2014 CLAMBC(1)