home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DEFCON 15
/
DefCon15.bin
/
Speakers
/
Jennings
/
Extras
/
incognito
/
process_execution.h
< prev
next >
Wrap
C/C++ Source or Header
|
2007-03-03
|
178b
|
6 lines
#ifndef INC_PROCESS_EXECUTION_H
#define INC_PROCESS_EXECUTION_H
void execute_process_with_primary_token(char *requested_username, char *command, BOOL console_mode);
#endif