搜索资源列表
CreateProcess
- CreateProcess:创建进程函数的使用
4EVC27678
- 用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 : Create
CreateProcess
- wince下进程管理的实例程序,讲的比较详细,基本上对进程的一些操作都用到了-wince under examples of process management procedures, said more detailed, Basically some of the process are used in the operation
XPhook
- 我在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
CreateOneProcess
- 调用windowsAPI创建一个进程,示范如何使用createprocess这个API函数-call windowsAPI create a process, A demonstration of how to use this API function createprocess
hook_api_SDK
- 微软公司的拦截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 unle
dll_charu
- CreateProcess插入DLL的方法,这个程序展示了如何在EXE文件中插入DLL的方法。-CreateProcess to DLL approach This procedure demonstrates how the document EXE DLL approach.
CreateProcess
- EVC编写的在WINCE下查看进程运行情况的程序-EVC prepared to see the process in the WINCE operating procedures
getpubips
- 本程序可以自动获取公网IP然后上传到指定网络地址空间上,而且支持和本机IP变动同步更新IP数据上传到地址空间,开机自动运行,全局快捷键。 本程序是适应中国动态IP而制作,假如有人想在自己机器上架设服务器,但IP是动态的 也就是IP会经常变动,但本程序可以实现IP动态绑定,从而给用户感觉是静态IP的感觉。 本程序在运行中会自己生成一个网页(包含本机IP),上传到指定的网络地址空间,当用户在网络上浏览该网页 该网页会自动
CreateProcess
- Windows CE 5.0 下创建进程程序.-Windows CE 5.0 to create the process of the procedure.
abc
- 通过函数 BOOL CreateProcess(LPCTSTR lpApplicationName,LPTSTR lpCommandLine, LPSECURITY_ATTRIBUTES lpProcessAttributes, LPSECURITY_ATTRIBUTES lpThreadAttributes, BOOL bInheritHandles, DWORD dwCreationFlags, LPVOID lpEnvironme
withdll
- 利用Detour编写的一个截获createprocess的Demo,很有实用性,可以在进程启动的同时把你的DLL加载进去作你想作的-Detour prepared to use an intercepted CreateProcess the Demo, very practical, you can start the process at the same time to load into your DLL as you woul
createprocess
- 通过程序运行,可以动态批量创建进度条和其他控件。-err
CreateProcess
- CreateProcess:创建进程函数的使用-CreateProcess: create process function to use
CreateProcess
- 进程创建入门实例,通过简单调用API函数来创建一个简单的进程,并返回相关信息-CreateProcess
CreateProcess
- CreateProcess()函数的原型-CreateProcess()
Createprocess
- 创建进程 文件包含在linux和windows下创建进程的算法 设计并实现Unix的“time”命令。“mytime”命令通过命令行参数接受要运行的程序,创建一个独立的进程来运行该程序,并记录程序运行的时间。 在Windows下实现: • 使用CreateProcess()来创建进程 • 使用WaitForSingleObject()在“mytime”命令和新创建的进程之间同步 ̶
CreateProcess
- delphi 写的一个载获系统API的勾子 HOOK API CreateProcess -HOOK API CreateProcess
CreateProcess
- CreateProcess,WinExec,ShellExecute 三种打开进程的函数使用例子-CreateProcess, WinExec, ShellExecute function of the use of three examples of open process
createProcess
- 在c++中用createProcess创建一个进程的实例 说明该函数的用法-it use createProcess function to create a process with c++ and show how it use