From 7fed9fcbade57147d4c68052cf2ea769b65b936c Mon Sep 17 00:00:00 2001 From: Lucas <13197516+thebookisclosed@users.noreply.github.com> Date: Tue, 22 Mar 2022 09:55:20 +0100 Subject: [PATCH] Small README updates --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 77cd1a3..60bc50e 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,15 @@ # ViVe -ViVe is a C# library you can use to make your own programs that interact with Windows 10's A/B feature mechanism +ViVe is a C# library you can use to make your own programs that interact with the A/B feature experiment mechanism found in Windows 10 & newer. In case you'd like to talk to NTDLL exports directly, you can use its *NativeMethods*. -Otherwise, *RtlFeatureManager* offers the same featureset with the benefit of all unmanaged structures being delivered as standard C# classes instead. +Otherwise, *RtlFeatureManager* offers the same featureset with the benefit of some struct heavy lifting being done for you. # ViVeTool ViVeTool is both an example of how to use ViVe, as well as a straightforward tool for power users which want to use the new APIs instantly. +[![Release downloads](https://img.shields.io/github/downloads/thebookisclosed/ViVe/total.svg)](https://GitHub.com/thebookisclosed/ViVe/releases/) # Compatibility In order to use ViVe, you must be running Windows 10 build 18963 or newer. -![ViVeTool Helpfile](https://i.imgur.com/HrLiSxe.png) \ No newline at end of file +![ViVeTool Helpfile](https://i.imgur.com/HrLiSxe.png)