- Work in progress
- A Java implementation of the traditional antivirus.
- Automatically updates from ClamAV's DB[1], Malware Bazaar[2] & VirusShare[3].
- Targeted file scanning. Does nothing but alert you of the detections.
- File signature matching
- Implement the false positive db
- Scanning in archives
- Regex / substring / logical scanning methods
- Java 1.8
- This is not a wrapper on ClamAV, instead this is an independent implementation using the ClamAV Database. Our scanning methods are not nearly as advanced or complete. If you are looking for a stable AV I recommend you use ClamAV instead.