tags:

views:

203

answers:

1

hi, I try to create a big (let's not call it complete :) list of all exec-"able" api functions on windows. please help to extend it.

ShellExecute(), ShellExecuteA(), ShellExecuteW()

CreateProcess(), CreateProcessA(), CreateProcessW()

WinExec(), WinExecA(), WinExecW()

CreateProcessAsUser(), CreateProcessAsUserA(), CreateProcessAsUserW()

CreateProcessWithLogonW()

CreateProcessWithTokenW()

CreateProcessInternal(), CreateProcessInternalA(), CreateProcessInternalW()

CreateProcessInternalWSecure()

ZwCreateProcessEx()

NtCreateProcess(), NtCreateProcessEx()

RtlCreateUserProcess()

RtlCreateProcessParameters()

-

_spawn()

_exec()

system()

thanks!

A: 

Add _popen to that list.

Jason