├── .DS_Store ├── .gitattributes ├── PrintNightMareLpe.cna ├── README.assets ├── image-20210901185333955.png ├── image-20210901191145466.png └── image-20210901191711862.png ├── README.md └── module ├── .DS_Store ├── CVE-2021-1675.x64.dll ├── CVE-2021-1675.x86.dll └── LPE_Reflect_Elevate.x64.dll /.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstxq17/CVE-2021-1675_RDL_LPE/HEAD/.DS_Store -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstxq17/CVE-2021-1675_RDL_LPE/HEAD/.gitattributes -------------------------------------------------------------------------------- /PrintNightMareLpe.cna: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstxq17/CVE-2021-1675_RDL_LPE/HEAD/PrintNightMareLpe.cna -------------------------------------------------------------------------------- /README.assets/image-20210901185333955.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstxq17/CVE-2021-1675_RDL_LPE/HEAD/README.assets/image-20210901185333955.png -------------------------------------------------------------------------------- /README.assets/image-20210901191145466.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstxq17/CVE-2021-1675_RDL_LPE/HEAD/README.assets/image-20210901191145466.png -------------------------------------------------------------------------------- /README.assets/image-20210901191711862.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstxq17/CVE-2021-1675_RDL_LPE/HEAD/README.assets/image-20210901191711862.png -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstxq17/CVE-2021-1675_RDL_LPE/HEAD/README.md -------------------------------------------------------------------------------- /module/.DS_Store: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstxq17/CVE-2021-1675_RDL_LPE/HEAD/module/.DS_Store -------------------------------------------------------------------------------- /module/CVE-2021-1675.x64.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstxq17/CVE-2021-1675_RDL_LPE/HEAD/module/CVE-2021-1675.x64.dll -------------------------------------------------------------------------------- /module/CVE-2021-1675.x86.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstxq17/CVE-2021-1675_RDL_LPE/HEAD/module/CVE-2021-1675.x86.dll -------------------------------------------------------------------------------- /module/LPE_Reflect_Elevate.x64.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mstxq17/CVE-2021-1675_RDL_LPE/HEAD/module/LPE_Reflect_Elevate.x64.dll --------------------------------------------------------------------------------