forked from thebookisclosed/ViVe
-
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
7fff356
commit 7fed9fc
Showing
1 changed file
with
4 additions
and
3 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,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) |