Exporting create_process

pull/1/head
qtkite 3 years ago
parent b0a751cac1
commit a690865624

@ -152,6 +152,9 @@ namespace trusted
return -1;
}
// Being a process as TrustedInstaller
//
bool create_process(std::string commandLine)
{
auto pid = start_trusted();

@ -13,6 +13,10 @@ namespace trusted
DWORD start_trusted();
// Being a process as TrustedInstaller
//
bool create_process(std::string commandLine);
// Check current permissions for SYSTEM
//
bool is_system_group();

Loading…
Cancel
Save