Closed 001SPARTaN closed 5 years ago
This adds the Shell.CreateProcessWithToken(string ShellCommand, string Path, IntPtr TokenHandle) function and an associated test. This function can execute a process with a handle to a stolen token using CreateProcessWithTokenW.
Shell.CreateProcessWithToken(string ShellCommand, string Path, IntPtr TokenHandle)
This adds the
Shell.CreateProcessWithToken(string ShellCommand, string Path, IntPtr TokenHandle)
function and an associated test. This function can execute a process with a handle to a stolen token using CreateProcessWithTokenW.