├── README.md ├── bin ├── acltest.ps1 ├── cdpsgshims.dll ├── find_sys_path.txt ├── impersonate.bin └── note.txt ├── cdpsgshims ├── cdpsgshims.sln └── cdpsgshims │ ├── cdpsgshims.vcxproj │ ├── cdpsgshims.vcxproj.filters │ ├── cdpsgshims.vcxproj.user │ ├── dllmain.cpp │ ├── framework.h │ ├── pch.cpp │ └── pch.h ├── cdpsvcLPE_gif.gif └── impersonatebin.jpg /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailay1996/CdpSvcLPE/HEAD/README.md -------------------------------------------------------------------------------- /bin/acltest.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailay1996/CdpSvcLPE/HEAD/bin/acltest.ps1 -------------------------------------------------------------------------------- /bin/cdpsgshims.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailay1996/CdpSvcLPE/HEAD/bin/cdpsgshims.dll -------------------------------------------------------------------------------- /bin/find_sys_path.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailay1996/CdpSvcLPE/HEAD/bin/find_sys_path.txt -------------------------------------------------------------------------------- /bin/impersonate.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailay1996/CdpSvcLPE/HEAD/bin/impersonate.bin -------------------------------------------------------------------------------- /bin/note.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailay1996/CdpSvcLPE/HEAD/bin/note.txt -------------------------------------------------------------------------------- /cdpsgshims/cdpsgshims.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailay1996/CdpSvcLPE/HEAD/cdpsgshims/cdpsgshims.sln -------------------------------------------------------------------------------- /cdpsgshims/cdpsgshims/cdpsgshims.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailay1996/CdpSvcLPE/HEAD/cdpsgshims/cdpsgshims/cdpsgshims.vcxproj -------------------------------------------------------------------------------- /cdpsgshims/cdpsgshims/cdpsgshims.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailay1996/CdpSvcLPE/HEAD/cdpsgshims/cdpsgshims/cdpsgshims.vcxproj.filters -------------------------------------------------------------------------------- /cdpsgshims/cdpsgshims/cdpsgshims.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailay1996/CdpSvcLPE/HEAD/cdpsgshims/cdpsgshims/cdpsgshims.vcxproj.user -------------------------------------------------------------------------------- /cdpsgshims/cdpsgshims/dllmain.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailay1996/CdpSvcLPE/HEAD/cdpsgshims/cdpsgshims/dllmain.cpp -------------------------------------------------------------------------------- /cdpsgshims/cdpsgshims/framework.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailay1996/CdpSvcLPE/HEAD/cdpsgshims/cdpsgshims/framework.h -------------------------------------------------------------------------------- /cdpsgshims/cdpsgshims/pch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailay1996/CdpSvcLPE/HEAD/cdpsgshims/cdpsgshims/pch.cpp -------------------------------------------------------------------------------- /cdpsgshims/cdpsgshims/pch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailay1996/CdpSvcLPE/HEAD/cdpsgshims/cdpsgshims/pch.h -------------------------------------------------------------------------------- /cdpsvcLPE_gif.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailay1996/CdpSvcLPE/HEAD/cdpsvcLPE_gif.gif -------------------------------------------------------------------------------- /impersonatebin.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/sailay1996/CdpSvcLPE/HEAD/impersonatebin.jpg --------------------------------------------------------------------------------