├── CreateSvcRpc.cpp ├── CreateSvcRpc.h ├── LICENSE ├── README.md ├── SspiUacBypass.cpp ├── SspiUacBypass.sln ├── SspiUacBypass.vcxproj ├── SspiUacBypass.vcxproj.filters └── SspiUacBypass.vcxproj.user /CreateSvcRpc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/antonioCoco/SspiUacBypass/HEAD/CreateSvcRpc.cpp -------------------------------------------------------------------------------- /CreateSvcRpc.h: -------------------------------------------------------------------------------- 1 | #pragma once 2 | 3 | int InvokeCreateSvcRpcMain(char* pExecCmd); -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/antonioCoco/SspiUacBypass/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/antonioCoco/SspiUacBypass/HEAD/README.md -------------------------------------------------------------------------------- /SspiUacBypass.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/antonioCoco/SspiUacBypass/HEAD/SspiUacBypass.cpp -------------------------------------------------------------------------------- /SspiUacBypass.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/antonioCoco/SspiUacBypass/HEAD/SspiUacBypass.sln -------------------------------------------------------------------------------- /SspiUacBypass.vcxproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/antonioCoco/SspiUacBypass/HEAD/SspiUacBypass.vcxproj -------------------------------------------------------------------------------- /SspiUacBypass.vcxproj.filters: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/antonioCoco/SspiUacBypass/HEAD/SspiUacBypass.vcxproj.filters -------------------------------------------------------------------------------- /SspiUacBypass.vcxproj.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/antonioCoco/SspiUacBypass/HEAD/SspiUacBypass.vcxproj.user --------------------------------------------------------------------------------