代码搜索:exec
找到约 10,000 项符合「exec」的源代码
代码结果 10,000
www.eeworm.com/read/103775/15721580
c rk_exec.c
#include "ntddk.h"
#include "ntdef.h"
#include "rk_utility.h"
#include "rk_driver.h"
#include "rk_process.h"
#include "rk_exec.h"
ULONG ZWOPEN_FILE_INDEX=0x4f;
ULONG ZWCREATE_SECTION_IN
www.eeworm.com/read/103775/15721591
cold rk_exec.cold
#include "ntddk.h"
#include "ntdef.h"
#include "rk_driver.h"
#include "rk_process.h"
#include "rk_exec.h"
// This handle will be used as the source process for all operation from
// the e
www.eeworm.com/read/103775/15721618
h rk_exec.h
#ifndef _EXEC_H_
#define _EXEC_H_
#define SEC_IMAGE 0x1000000
typedef enum _SECTION_INFORMATION_CLASS{
SectionBasicInformation,
SectionImageInformation
}SECTION_INFORMATION_CL
www.eeworm.com/read/102760/15759541
c auto_exec.c
/*=============================================================
功能: 定时机制
作者:
最后修改人: 林晋发
最后修改日期: 1996/11/07
===============================================================*/
#include
www.eeworm.com/read/102756/15759756
c auto_exec.c
/*=============================================================
功能: 定时机制
作者:
最后修改人: 林晋发
最后修改日期: 1996/11/07
===============================================================*/
#include
www.eeworm.com/read/100585/15870577
c exec1.c
#include
#include
#include "ourhdr.h"
char *env_init[] = { "USER=unknown", "PATH=/tmp", NULL };
int
main(void)
{
pid_t pid;
if ( (pid = fork()) < 0)
err_sys("fork err
www.eeworm.com/read/100585/15870586
c exec2.c
#include
#include
#include "ourhdr.h"
int
main(void)
{
pid_t pid;
if ( (pid = fork()) < 0)
err_sys("fork error");
else if (pid == 0) { /* child */
if (execl("/home
www.eeworm.com/read/100018/15889390
cgi exec_cron.cgi
#!/usr/local/bin/perl
# exec_cron.cgi
# Execute an existing cron job, and display the output
require './cron-lib.pl';
&foreign_require("proc", "proc-lib.pl");
&ReadParse;
%access = &get_module_acl()
www.eeworm.com/read/184366/9107795
h nasl_cmd_exec.h
/* Nessus Attack Scripting Language
*
* Copyright (C) 2002 - 2003 Michel Arboi and Renaud Deraison
*
* This program is free software; you can redistribute it and/or modify
* it under the terms o
www.eeworm.com/read/184366/9107806
c nasl_cmd_exec.c
/* Nessus Attack Scripting Language
*
* Copyright (C) 2002 - 2004 Tenable Network Security
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GN