From 413652f92a579c2279df268663d11c117587b7fe Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Thu, 19 Jul 2018 14:42:18 -0700 Subject: [PATCH] Add AppVeyor badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 454ac971..309d859e 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # BurnOutSharp +[![Build status](https://ci.appveyor.com/api/projects/status/gmdft5bk1h8a1c31?svg=true)](https://ci.appveyor.com/project/mnadareski/burnoutsharp) + C# port of the protection scanning ability of [BurnOut](http://burnout.sourceforge.net/) plus numerous updates and additions. This currently compiles as a library so it can be used in any C# application. For an example of usage, see [DICUI](https://github.com/reignstumble/DICUI). In addition to the original BurnOut code, this port adds the ability to scan inside of Microsoft CAB files (courtesy of [libmspack4n](https://github.com/activescott/libmspack4n)) and InstallShield CAB files (courtesy of [UnshieldSharp](https://github.com/mnadareski/UnshieldSharp)).