Wednesday, 11 November 2009

API call Create New Process

Some API function to call new process:

# 'WinExec()' (kernel32.dll)
# 'ShellExecute()' (Shell32.dll)
# 'ShellExecuteEx()' (shell32.dll)
# 'CreateProcess()' (kernel32.dll)
# 'CreateProcessAsUser()' (AdvAPI32.dll)
# 'CreateProcessWithLogonW()' (AdvAPI32.dll)

No comments:

Post a Comment