├── .gitattributes ├── .gitignore ├── README.md ├── SeDebugPrivesc.cpp ├── SeDebugPrivesc.sln ├── SeDebugPrivesc.vcxproj └── SeDebugPrivesc.vcxproj.filters /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bruno-1337/SeDebugPrivilege-Exploit/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bruno-1337/SeDebugPrivilege-Exploit/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bruno-1337/SeDebugPrivilege-Exploit/HEAD/README.md -------------------------------------------------------------------------------- /SeDebugPrivesc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bruno-1337/SeDebugPrivilege-Exploit/HEAD/SeDebugPrivesc.cpp -------------------------------------------------------------------------------- /SeDebugPrivesc.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bruno-1337/SeDebugPrivilege-Exploit/HEAD/SeDebugPrivesc.sln -------------------------------------------------------------------------------- /SeDebugPrivesc.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bruno-1337/SeDebugPrivilege-Exploit/HEAD/SeDebugPrivesc.vcxproj -------------------------------------------------------------------------------- /SeDebugPrivesc.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bruno-1337/SeDebugPrivilege-Exploit/HEAD/SeDebugPrivesc.vcxproj.filters --------------------------------------------------------------------------------