Skip to content

Commit

Permalink
Tool 0.3.0 & Library 2022.6.27
Browse files Browse the repository at this point in the history
Brings a wide range of quality of life improvements, new features, and an overhauled syntax
  • Loading branch information
thebookisclosed committed Jun 27, 2022
1 parent e387264 commit 8ac9d4a
Show file tree
Hide file tree
Showing 26 changed files with 3,210 additions and 900 deletions.
6 changes: 3 additions & 3 deletions README.md
@@ -1,9 +1,9 @@
# ViVe
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*.
The *FeatureManager* class should cover most feature management needs with the added benefit of some struct heavy lifting being done for you. Boot persistence and LKG management is offered exclusively by this class as it had to be reimplemented.

Otherwise, *RtlFeatureManager* offers the same featureset with the benefit of some struct heavy lifting being done for you.
In case you'd like to talk to NTDLL exports directly, you can use *NativeMethods*.

# 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.
Expand All @@ -13,4 +13,4 @@ ViVeTool is both an example of how to use ViVe, as well as a straightforward too
# 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/PzCHEUQ.png)
94 changes: 0 additions & 94 deletions ViVe/FeatureConfiguration.cs

This file was deleted.

27 changes: 0 additions & 27 deletions ViVe/FeatureConfigurationSection.cs

This file was deleted.

27 changes: 0 additions & 27 deletions ViVe/FeatureEnabledState.cs

This file was deleted.

0 comments on commit 8ac9d4a

Please sign in to comment.