mirror of https://github.com/Cisco-Talos/clamav
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
452 B
15 lines
452 B
# Database Info
|
|
|
|
The `.info` file format specifies information about the other database files unpacked from a CVD or CLD database archive. This file exists for the purposes of validating the correctness of the official ClamAV database container files and cannot be loaded a la carte.
|
|
|
|
The format is simply:
|
|
|
|
```
|
|
name:size:sha256
|
|
```
|
|
|
|
`name`: The database file name.
|
|
|
|
`size`: The size in bytes of the database.
|
|
|
|
`sha256`: A SHA256 hash of the database.
|
|
|