gitextract_dx91lcro/ ├── .gitattributes ├── .gitignore ├── AUTHORS ├── Bootstrap/ │ ├── AssemblyResolver.cs │ ├── Bootstrap.csproj │ ├── EntryPoint.cs │ └── Properties/ │ └── AssemblyInfo.cs ├── CommonLib/ │ ├── CommonLib.csproj │ ├── FakeObject.cs │ ├── ObjectSurrogateSelector.cs │ ├── Properties/ │ │ └── AssemblyInfo.cs │ └── Serializer.cs ├── CreateAddInIpcData/ │ ├── App.config │ ├── CreateAddInIpcData.csproj │ ├── Program.cs │ ├── Properties/ │ │ ├── AssemblyInfo.cs │ │ ├── Resources.Designer.cs │ │ └── Resources.resx │ └── Resources/ │ └── Template.txt ├── CreateInstallState/ │ ├── App.config │ ├── CreateInstallState.csproj │ ├── Program.cs │ └── Properties/ │ └── AssemblyInfo.cs ├── DeviceGuardBypasses.sln ├── ExampleAsm/ │ ├── EntryPoint.cs │ ├── ExampleAsm.csproj │ └── Properties/ │ └── AssemblyInfo.cs ├── LICENSE ├── README └── RunPowershell/ ├── App.config ├── Program.cs ├── Properties/ │ └── AssemblyInfo.cs └── RunPowershell.csproj