Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nthnn/feihua
Feihua is an anti-virus/anti-malware program that verifies file hashes against the VirusShare.com database for Windows systems.
https://github.com/nthnn/feihua
antimalware antivirus antivirus-software csharp csharp-app malware-detection windows-app windows-forms
Last synced: 3 months ago
JSON representation
Feihua is an anti-virus/anti-malware program that verifies file hashes against the VirusShare.com database for Windows systems.
- Host: GitHub
- URL: https://github.com/nthnn/feihua
- Owner: nthnn
- License: mit
- Created: 2024-07-15T15:58:07.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-16T05:32:05.000Z (6 months ago)
- Last Synced: 2024-10-13T23:22:33.299Z (3 months ago)
- Topics: antimalware, antivirus, antivirus-software, csharp, csharp-app, malware-detection, windows-app, windows-forms
- Language: C#
- Homepage:
- Size: 943 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Feihua
![.NET Desktop CI](https://github.com/nthnn/Feihua/actions/workflows/dotnet.yml/badge.svg)
Feihua is a lightweight anti-virus and anti-malware program designed for Windows systems. It verifies file hashes against the VirusShare.com database, helping users detect known malware and viruses based on their unique identifiers.
Feihua "廢話" (pinyin: /fèi-huà/) translates closely to "nonsense."
## Features
- **Hash Verification**: Feihua compares file hashes against a local database sourced from VirusShare.com.
- **Lightweight**: Designed to be resource-efficient and run smoothly on Windows systems.
- **Simple Interface**: User-friendly interface for easy hash checking and malware detection.## Usage
1. **Installation**:
- Download the latest release from the [releases](https://github.com/nthnn/Feihua/releases) page.
- Extract the downloaded zip file to a preferred location on your Windows machine.2. **Running Feihua**:
- Double-click on `Feihua.exe` to launch the application.
- Click the `Update Database` button on first use or if you have no `hashes.sqlite3` on the extraction folder. This may take a while to finish depending on your network connection strength. Alternatively, you can download a pre-fetched `hashes.sqlite3` database from the [releases](https://github.com/nthnn/Feihua/releases).
- Use the interface to select a file and check its hash against the VirusShare.com database with the `Scan File(s)` button.3. **Verifying Files**:
- Select a file using the browse button.
- Feihua will calculate the hash of the selected file and compare it against the local database.
- If a match is found, Feihua will alert you about the file's status based on VirusShare.com data.## License
This project is licensed under the [MIT License](LICENSE).
```
Copyright 2024 Nathanne IsipPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
```