Skip to content

Commit

Permalink
Small README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
thebookisclosed authored Mar 22, 2022
1 parent 7fff356 commit 7fed9fc
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
![ViVeTool Helpfile](https://i.imgur.com/HrLiSxe.png)

0 comments on commit 7fed9fc

Please sign in to comment.