An open API service indexing awesome lists of open source software.

https://github.com/nim-lang/virus_checker

A virus checker for nim binaries
https://github.com/nim-lang/virus_checker

nim

Last synced: about 1 month ago
JSON representation

A virus checker for nim binaries

Awesome Lists containing this project

README

        

# virus_checker

It intends to implement https://github.com/nim-lang/Nim/issues/17820#issuecomment-1208353122

## Finished tasks

- [x] Scan nightlies release using windows defender
- [x] Upload nightlies release to virusTotal
- [x] Scan open source malwares written in Nim and upload the binaries to virusTotal (https://github.com/penguinite/nimalicious)

## Potiential goals

- [ ] Scan examples and important packages and upload the binaries to virusTotal

## Report false postives

**Please help us with reporting false postives to anti-virus vendors**, here is [the list](https://github.com/yaronelh/False-Positive-Center) where to report.