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
- Host: GitHub
- URL: https://github.com/nim-lang/virus_checker
- Owner: nim-lang
- License: mit
- Created: 2022-08-08T16:06:41.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-28T11:45:45.000Z (6 months ago)
- Last Synced: 2025-03-23T18:40:07.081Z (2 months ago)
- Topics: nim
- Language: Nim
- Homepage:
- Size: 31.3 KB
- Stars: 22
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.