-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f183fc4
commit 703ad52
Showing
1 changed file
with
49 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,51 @@ | ||
# riskremoverCsharp | ||
[![CodeFactor](https://www.codefactor.io/repository/github/kornkaobat/riskremovercsharp/badge)](https://www.codefactor.io/repository/github/kornkaobat/riskremovercsharp) | ||
|
||
A stripped down, lightweight version of riskremover written in C# ( .NET Core 3.1 ) | ||
|
||
## Getting Started | ||
|
||
1. Download the latest binary release [here](https://github.com/kornkaobat/riskremoverCsharp/releases/latest). | ||
2. Run *RiskRemover.exe*. | ||
|
||
### Prerequisites | ||
|
||
This is the current requirements to run this program. | ||
|
||
``` | ||
Recommended requirements | ||
0. Binaries are Self-Contained, ReadytoRun and Trimmed. Report any anomalies to issues tracker. | ||
1. Tested on Windows 10, Version 2004. For other versions see [Microsoft's Recommendation](https://docs.microsoft.com/en-us/dotnet/core/install/windows?tabs=netcore30). | ||
2. Stable internet connection. | ||
3. RAM >= 8 GB | ||
``` | ||
|
||
## Built With | ||
|
||
* Visual Studio 2019 16.6.5+ with .NET Core 3.1.6 ( SDK 3.1.302 ) | ||
|
||
## Contributing | ||
|
||
1. Report any issues to the issues tracker. | ||
2. Any pull request to this repository will be manually checked by me, should take 3-4 days on average. | ||
|
||
|
||
## Versioning | ||
|
||
This project uses partial [SemVer](http://semver.org/) for versioning. For the versions available, see [our releases](https://github.com/kornkaobat/riskremoverCsharp/releases). | ||
|
||
## Authors | ||
|
||
* **Korn** - *Initial , Development and Testing work* | ||
|
||
## License | ||
|
||
This project is licensed under the GNU GPL v.3 License - see the [LICENSE](LICENSE) file for details | ||
|
||
## Acknowledgments | ||
|
||
* [Lev's Stackoverflow MD5 ILookup table](https://stackoverflow.com/a/62861400/7057020) | ||
|
||
* And a lot of minor Stackoverflow code stubs, thank you. | ||
|