├── .gitignore ├── LICENSE ├── README.md └── Security ├── Security.sln └── Security.vdproj /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/UninstalledAppCanary/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/UninstalledAppCanary/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/UninstalledAppCanary/HEAD/README.md -------------------------------------------------------------------------------- /Security/Security.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/UninstalledAppCanary/HEAD/Security/Security.sln -------------------------------------------------------------------------------- /Security/Security.vdproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nccgroup/UninstalledAppCanary/HEAD/Security/Security.vdproj --------------------------------------------------------------------------------