mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2026-01-24 22:59:01 -05:00
The split test files are flagged by some AV's because they look like broken executables. Instead of splitting the test files to prevent detections, we should encrypt them. This commit replaces the "reassemble testfiles" script with a basic "XOR testfiles" script that can be used to encrypt or decrypt test files. This commit also of course then replaces all the split files with xor'ed files. The test and unit_tests directories were a bit of a mess, so I reorganized them all into unit_tests with all of the test files placed under "unit_tests/input" using subdirectories for different types of files.
7 lines
281 B
Plaintext
7 lines
281 B
Plaintext
clam.exe is an extremely small (544 bytes!) MZ+PE executable that prints
|
|
a nice message :-) You can use it to test attachment scanning in your ClamAV
|
|
based mail scanner.
|
|
|
|
NOTE: upon request the testfiles are not shipped anymore
|
|
Instead they are dynamically generated at make time.
|