On Fri, 3 Sep 2004, Michael Wuest wrote:

; Hello there,
;
; where can I get information about the file structure of
; the CVD Format?
;
; Thanks,
; best regards,
; Michael.

The best place is probably the source code, libclamav/cvd.c

It is however just a colon delimited header line (512 bytes) followed by
optional whitespace, followed by .tar.gz format.

buckk% (170) dd if=/opt/clamav/share/clamav/daily.cvd of=test.tar.gz
skip=1 bs=512
142+1 records in
142+1 records out
buckk% (171) file test.tar.gz
test.tar.gz:    gzip compressed data - deflate method
buckk% (172) gzip -dc test.tar.gz | tar -tvf -
-rw-rw-r-- 500/500  17992 Sep  2 11:37 2004 COPYING
-rw-rw-r-- 500/500 173339 Sep  2 11:34 2004 viruses.db2
-rw-rw-r-- 500/500     57 Sep  2 11:37 2004 malware.hdb




-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
_______________________________________________
Clamav-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-devel

Reply via email to