Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/TsudaKageyu/minhook.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTsuda Kageyu <tsuda.kageyu@gmail.com>2016-12-20 04:05:59 +0300
committerGitHub <noreply@github.com>2016-12-20 04:05:59 +0300
commitfea705c5e545c1ddd1c791d28c19db82121b9ec9 (patch)
treeecca0e9b9ae5833ea3fee8f64881ca99caf7294b
parenta184d61b356ff39758ab7b9f0a3de38ea9e17c17 (diff)
Update README.md
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index aa2d39c..28a1a11 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
# MinHook
+[![License](https://img.shields.io/badge/License-BSD%202--Clause-orange.svg)](https://opensource.org/licenses/BSD-2-Clause)
+
The Minimalistic x86/x64 API Hooking Library for Windows
http://www.codeproject.com/KB/winsdk/LibMinHook.aspx
@@ -14,6 +16,7 @@ I need some funds to continue developing this library. All contributions gratefu
- ####v1.3.3 - ?? ??? 2016
* Added a helper function ```MH_CreateHookApiEx```. (Thanks to asm256)
+ * Support Visual Studio 2017 RC.
- ####v1.3.2.1 - 9 Nov 2015 (Nuget package only)
* Fixed an insufficient support for Visual Studio 2015.