~vcs-imports/clamav/main-old

« back to all changes in this revision

Viewing changes to docs/html/node33.html

  • Committer: nervoso
  • Date: 2006-05-21 15:16:39 UTC
  • Revision ID: Arch-1:clamav@arch.ubuntu.com%clamav--MAIN--0--patch-1959
repository moved to cvs.clamav.net

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2
 
 
3
 
<!--Converted with LaTeX2HTML 99.2beta8 (1.46)
4
 
original version by:  Nikos Drakos, CBLU, University of Leeds
5
 
* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
6
 
* with significant contributions from:
7
 
  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
8
 
<HTML>
9
 
<HEAD>
10
 
<TITLE>Archives and compressed files</TITLE>
11
 
<META NAME="description" CONTENT="Archives and compressed files">
12
 
<META NAME="keywords" CONTENT="clamdoc">
13
 
<META NAME="resource-type" CONTENT="document">
14
 
<META NAME="distribution" CONTENT="global">
15
 
 
16
 
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
17
 
<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
18
 
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">
19
 
 
20
 
<LINK REL="STYLESHEET" HREF="clamdoc.css">
21
 
 
22
 
<LINK REL="next" HREF="node34.html">
23
 
<LINK REL="previous" HREF="node32.html">
24
 
<LINK REL="up" HREF="node32.html">
25
 
<LINK REL="next" HREF="node34.html">
26
 
</HEAD>
27
 
 
28
 
<BODY >
29
 
<!--Navigation Panel-->
30
 
<A NAME="tex2html925"
31
 
  HREF="node34.html">
32
 
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
33
 
<A NAME="tex2html921"
34
 
  HREF="node32.html">
35
 
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
36
 
<A NAME="tex2html915"
37
 
  HREF="node32.html">
38
 
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A> 
39
 
<A NAME="tex2html923"
40
 
  HREF="node1.html">
41
 
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents" SRC="contents.png"></A>  
42
 
<BR>
43
 
<B> Next:</B> <A NAME="tex2html926"
44
 
  HREF="node34.html">Mail files</A>
45
 
<B> Up:</B> <A NAME="tex2html922"
46
 
  HREF="node32.html">Features</A>
47
 
<B> Previous:</B> <A NAME="tex2html916"
48
 
  HREF="node32.html">Features</A>
49
 
 &nbsp <B>  <A NAME="tex2html924"
50
 
  HREF="node1.html">Contents</A></B> 
51
 
<BR>
52
 
<BR>
53
 
<!--End of Navigation Panel-->
54
 
 
55
 
<H3><A NAME="SECTION00072100000000000000">
56
 
Archives and compressed files</A>
57
 
</H3>
58
 
    The library has a built-in support for the following formats:
59
 
    
60
 
<UL>
61
 
<LI>Zip
62
 
</LI>
63
 
<LI>RAR (2.0)
64
 
</LI>
65
 
<LI>Tar
66
 
</LI>
67
 
<LI>Gzip
68
 
</LI>
69
 
<LI>Bzip2
70
 
</LI>
71
 
<LI>MS OLE2
72
 
</LI>
73
 
<LI>MS Cabinet Files
74
 
</LI>
75
 
<LI>MS CHM (Compiled HTML)
76
 
</LI>
77
 
<LI>MS SZDD compression format
78
 
</LI>
79
 
<LI>UPX (all versions)
80
 
</LI>
81
 
<LI>FSG (1.3, 1.31, 1.33, 2.0)
82
 
</LI>
83
 
<LI>Petite (2.x)
84
 
    
85
 
</LI>
86
 
</UL>
87
 
    Due to license issues, support for RAR 3.0 archives is currently not
88
 
    available in libclamav (such archives will trigger the
89
 
    <code>RAR module failure.</code> error message). You can scan them with the help
90
 
    of external unpackers in <code>clamscan</code>, though.
91
 
    <PRE>
92
 
        $ clamscan --unrar clam-error.rar
93
 
        /home/zolw/test/clam-error.rar: RAR module failure.
94
 
 
95
 
        UNRAR 3.00 freeware      Copyright (c) 1993-2002 Eugene Roshal
96
 
 
97
 
 
98
 
        Extracting from /home/zolw/test/clam-error.rar
99
 
 
100
 
        Extracting  clam.exe                                        OK 
101
 
        All OK
102
 
        /tmp/44694f5b2665d2f4/clam.exe: ClamAV-Test-File FOUND
103
 
        /home/zolw/test/clam-error.rar: Infected.Archive FOUND
104
 
</PRE>
105
 
 
106
 
<P>
107
 
<BR><HR>
108
 
<ADDRESS>
109
 
Tomasz Kojm
110
 
2005-04-07
111
 
</ADDRESS>
112
 
</BODY>
113
 
</HTML>