Welcome![Sign In][Sign Up]
Location:
Search - createprocess

Search list

[Other resourceVC++CreateProcess

Description: 创建window进程,CreateProcess的详细用法。
Platform: | Size: 5850 | Author: 沈恩锐 | Hits:

[Process-ThreadCreateProcess

Description: CreateProcess:创建进程函数的使用
Platform: | Size: 6390 | Author: anan | Hits:

[OS program4EVC27678

Description: 用Evc开发的一些实例程序源代码,供用Evc这个IDE的参考,程序实例有:CreateProcess、IPC_MSGCLIENT、IPC_MSGServer、TaskList-Evc development with some examples of the program's source code used for the IDE Evc reference for the program examples : CreateProcess, IPC_MSGCLIENT, IPC_MSGServer, TaskList
Platform: | Size: 467968 | Author: 巫升华 | Hits:

[Windows CECreateProcess

Description: wince下进程管理的实例程序,讲的比较详细,基本上对进程的一些操作都用到了-wince under examples of process management procedures, said more detailed, Basically some of the process are used in the operation
Platform: | Size: 18432 | Author: always18 | Hits:

[Hook apiXPhook

Description: 我在XP下用过detour,也是用钩子将dll注入到其他进程进行API拦截,当时拦截的是 ShowWindow以及文件操作的一些API,感觉没什么问题阿.你可以先用Detour拦截一下其他的API试试,比如 CreateProcess,这个API我拦截过,Detour能拦截的 -I used the XP detour. also used to hook dll injected into other processes API interception, then intercept the ShowWindow and some file manipulation API, A feeling no problems. You can use Detour to intercept a few other API try. For example CreateProcess, I intercept the API that can intercept the Detour
Platform: | Size: 2048 | Author: byron | Hits:

[Process-ThreadCreateOneProcess

Description: 调用windowsAPI创建一个进程,示范如何使用createprocess这个API函数-call windowsAPI create a process, A demonstration of how to use this API function createprocess
Platform: | Size: 17408 | Author: | Hits:

[Hook apihook_api_SDK

Description: 微软公司的拦截api开发包: All Detours functions are compatible with all x86 version of Windows NT, Windows 2000, and Windows XP. However, under Windows 95, Windows 98, and Windows ME, the DetourFunction* APIS do not work unless the program is running under a debugger (the process was created with the DEBUG_PROCESS flag on the call to the CreateProcess* APIs). Since most programs are not typically run under a debugger, the DetourFunction* APIs do not work for most programs on Win9x platforms.-Microsoft's interception api development kits : All Detours functions are compatible with all x 86 version of Windows NT, Windows 2000, and Windows XP. However, under Windows 95, Windows 98 and Windows ME,* DetourFunction the APIS do not work unless the program is running under a debugger (the proces 's was created with the flag on the DEBUG_PROCESS call to the CreateProcess* APIs). Since most pr ograms are not typically run under a debugger. the DetourFunction* APIs do not work for most pr ograms on Win9x platforms.
Platform: | Size: 529408 | Author: 摩尔 | Hits:

[Process-Threaddll_charu

Description: CreateProcess插入DLL的方法,这个程序展示了如何在EXE文件中插入DLL的方法。-CreateProcess to DLL approach This procedure demonstrates how the document EXE DLL approach.
Platform: | Size: 1024 | Author: 雪狐 | Hits:

[Windows CECreateProcess

Description: EVC编写的在WINCE下查看进程运行情况的程序-EVC prepared to see the process in the WINCE operating procedures
Platform: | Size: 5787648 | Author: 张恺 | Hits:

[Hook apigetpubips

Description: 本程序可以自动获取公网IP然后上传到指定网络地址空间上,而且支持和本机IP变动同步更新IP数据上传到地址空间,开机自动运行,全局快捷键。 本程序是适应中国动态IP而制作,假如有人想在自己机器上架设服务器,但IP是动态的 也就是IP会经常变动,但本程序可以实现IP动态绑定,从而给用户感觉是静态IP的感觉。 本程序在运行中会自己生成一个网页(包含本机IP),上传到指定的网络地址空间,当用户在网络上浏览该网页 该网页会自动转向到本机IP,这一切的一切都是程序自动完成。用户只需要进行简单的网络地址空间设定。 还有一点就是 必须有自己的网络地址空间。:) 本程序运用到 SETTIMER HOOK REG 等相关知识。比如 SetWindowsHookEx RegOpenKey RegQueryValueEx Process32First SHGetFileInfo CreateProcess 等函数。 -err
Platform: | Size: 18432 | Author: david | Hits:

[Windows CECreateProcess

Description: Windows CE 5.0 下创建进程程序.-Windows CE 5.0 to create the process of the procedure.
Platform: | Size: 41984 | Author: zqw | Hits:

[OS programabc

Description: 通过函数 BOOL CreateProcess(LPCTSTR lpApplicationName,LPTSTR lpCommandLine, LPSECURITY_ATTRIBUTES lpProcessAttributes, LPSECURITY_ATTRIBUTES lpThreadAttributes, BOOL bInheritHandles, DWORD dwCreationFlags, LPVOID lpEnvironment, LPCTSTR lpCurrentDirectory, LPSTARTUPINFO lpStartupInfo, LPPROCESS_INFORMATION lpProcessInformation)创建进程。-Through the function BOOL CreateProcess (LPCTSTR lpApplicationName, LPTSTR lpCommandLine, LPSECURITY_ATTRIBUTES lpProcessAttributes, LPSECURITY_ATTRIBUTES lpThreadAttributes, BOOL bInheritHandles, DWORD dwCreationFlags, LPVOID lpEnvironment, LPCTSTR lpCurrentDirectory, LPSTARTUPINFO lpStartupInfo, LPPROCESS_INFORMATION lpProcessInformation) to create process.
Platform: | Size: 4096 | Author: 王正美 | Hits:

[VC/MFCVC++CreateProcess

Description: 创建window进程,CreateProcess的详细用法。-Create a window process, CreateProcess detailed usage.
Platform: | Size: 5120 | Author: 沈恩锐 | Hits:

[Process-ThreadCreateProcess

Description: CreateProcess:创建进程函数的使用-CreateProcess: create process function to use
Platform: | Size: 6144 | Author: anan | Hits:

[OS programCreateProcess

Description: 进程创建入门实例,通过简单调用API函数来创建一个简单的进程,并返回相关信息-CreateProcess
Platform: | Size: 1024 | Author: zhangkun | Hits:

[Linux-UnixCreateProcess

Description: CreateProcess()函数的原型-CreateProcess()
Platform: | Size: 1024 | Author: Adolf19870813 | Hits:

[Windows DevelopCreateprocess

Description: 创建进程 文件包含在linux和windows下创建进程的算法 设计并实现Unix的“time”命令。“mytime”命令通过命令行参数接受要运行的程序,创建一个独立的进程来运行该程序,并记录程序运行的时间。 在Windows下实现: • 使用CreateProcess()来创建进程 • 使用WaitForSingleObject()在“mytime”命令和新创建的进程之间同步 • 调用GetSystemTime()来获取时间 在Linux下实现: • 使用fork()/execv()来创建进程运行程序 • 使用wait()等待新创建的进程结束 • 调用gettimeofday()来获取时间 -Create process File contains under the Windows in the process of creating and Linux algorithm Design and implement the "time" Unix commands. "Mytime" command through the command line parameters to accept applications, creating a separate process to run this program, and record the process of running time. Under Windows: CreateProcess (), use to create process Use WaitForSingleObject (), in the "new" command and mytime process of creating between synchronization GetSystemTime (), call for time To realize the Linux in: Use fork (,)/execv () to create a process to run the program Using pro (), waiting for a new process of creating Gettimeofday (), calls for time
Platform: | Size: 1342464 | Author: 得分 | Hits:

[Hook apiCreateProcess

Description: delphi 写的一个载获系统API的勾子 HOOK API CreateProcess -HOOK API CreateProcess
Platform: | Size: 2048 | Author: liyong | Hits:

[OtherCreateProcess

Description: CreateProcess,WinExec,ShellExecute 三种打开进程的函数使用例子-CreateProcess, WinExec, ShellExecute function of the use of three examples of open process
Platform: | Size: 66560 | Author: daiafei | Hits:

[Windows DevelopcreateProcess

Description: 在c++中用createProcess创建一个进程的实例 说明该函数的用法-it use createProcess function to create a process with c++ and show how it use
Platform: | Size: 3415040 | Author: jck | Hits:
« 12 3 4 5 6 7 »

CodeBus www.codebus.net