gitextract_aftryl0m/ ├── .github/ │ └── ISSUE_TEMPLATE/ │ ├── bug.yml │ └── config.yml ├── .gitignore ├── Extra/ │ └── FeatureDictionary.pfs ├── LICENSE ├── README.md ├── ViVe/ │ ├── FeatureManager.cs │ ├── FeaturePropertyOverflowException.cs │ ├── NativeEnums.cs │ ├── NativeMethods.Ntdll.cs │ ├── NativeStructs.cs │ ├── ObfuscationHelpers.cs │ ├── Properties/ │ │ └── AssemblyInfo.cs │ └── ViVe.csproj ├── ViVe.sln └── ViVeTool/ ├── App.config ├── ArgumentBlock.cs ├── ConsoleEx.cs ├── FeatureNaming.cs ├── NativeMethods.cs ├── Program.cs ├── Properties/ │ ├── AssemblyInfo.cs │ ├── Resources.Designer.cs │ └── Resources.resx ├── UpdateCheck.cs ├── ViVeTool.csproj ├── app.manifest └── packages.config