thebookisclosed / ViVe
C# library and console app for using new feature control APIs available in Windows 10 version 2004 and newer
AI Architecture Analysis
This repository is indexed by RepoMind. By analyzing thebookisclosed/ViVe in our AI interface, you can instantly generate complete architecture diagrams, visualize control flows, and perform automated security audits across the entire codebase.
Our Agentic Context Augmented Generation (Agentic CAG) engine loads full source files into context, avoiding the fragmentation of traditional RAG systems. Ask questions about the architecture, dependencies, or specific features to see it in action.
Repository Summary (README)
PreviewViVe
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.
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.
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.
Compatibility
In order to use ViVe, you must be running Windows 10 build 18963 or newer.
