搜索资源列表
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 interception, then intercept t
CreateProcess
- CreateProcess:创建进程函数的使用
CeApiSpy
- 这是一个运行在Windows CE上的API监测工具,可以HOOK系统API,当前Hook了CreateFile, CreateProcess, Loadlibary函数,用户可以很方便的添加自己希望Hook德函数-This is a run on Windows CE on the API monitoring tool, you can HOOK system API, the current Hook the CreateFile, CreateProcess, Loadlibary fu
CreateProcess
- delphi 写的一个载获系统API的勾子 HOOK API CreateProcess -HOOK API CreateProcess
HOOK_CreateProcess
- 一个拦截CreateProcess函数,不允许创建进程的程序例子!
rx
- 热血游戏*原代码,使用CreateProcess方式注入。还包含一个截取封包的小程序。-Blood game plug-in source code, use the CreateProcess method injection. Also includes an intercept packets applet.
CreateProcess_Inject
- CreateProcess注入dll,通过Hook CreateProcess来注入自己的d-Injected dll By CreateProcess
Cmd_execute
- 使用createprocess方法,创建新进程并等待进程结束-Use CreateProcess method to create a new process and wait for the end of the process
IATHOOK
- IAT HOOK I just try to hook a api call with John Chamberlain s source code. The code works, but nothing happen when i call CreateProcess in an other application. Why
DNSGetPubIPs
- 本程序可以自动获取公网IP然后上传到指定网络地址空间上,而且支持和本机IP变动同步更新IP数据上传到地址空间,开机自动运行,全局快捷键。 本程序是适应中国动态IP而制作,假如有人想在自己机器上架设服务器,但IP是动态的 也就是IP会经常变动,但本程序可以实现IP动态绑定,从而给用户感觉是静态IP的感觉。 本程序在运行中会自己生成一个网页(包含本机IP),上传到指定的网络地址空间,当用户在网络上浏览该网页 该网页会自动转向到本机IP,这一切的一切都是程序自动完成。用户只需要进行简单的网络地址空间设
createprocess
- 输入实验提供的代码后,可以输入createpc命令创建进程,输入showdetail显示每个进程及其子进程的信息,测试命令解释如下: 1) createpc 创建进程命令。 参数: 1 pid(进程id)、 2 ppid(父进程id)、3 prio(优先级)。 示例:createpc(2,1,2) 。创建一个进程,其进程号为2,父进程号为1,优先级为2。 2) showdetail 显示进程信息命令。 3) exit 退出命令行。 -Experiment to prov
BresenhamLineTest
- CreateProcess 函数算法的一种很方便很实用-CreateProcess you can use it to chuli mang question
Createprocess
- 创建进程 文件包含在linux和windows下创建进程的算法 设计并实现Unix的“time”命令。“mytime”命令通过命令行参数接受要运行的程序,创建一个独立的进程来运行该程序,并记录程序运行的时间。 在Windows下实现: • 使用CreateProcess()来创建进程 • 使用WaitForSingleObject()在“mytime”命令和新创建的进程之间同步 • 调用GetSystemTime()来获取时间 在L
CreateProcess
- CreateProcess,WinExec,ShellExecute 三种打开进程的函数使用例子-CreateProcess, WinExec, ShellExecute function of the use of three examples of open process
CreateProcess
- 这是一个在windows操作系统下实现创建父进程和子进程的源代码-This is a windows operating system to achieve the parent and child processes to create the source code
createProcess
- 在c++中用createProcess创建一个进程的实例 说明该函数的用法-it use createProcess function to create a process with c++ and show how it use
CreateProcess
- CreateProcess怎样传递句柄,waitforsingleevent-CreateProcess how to use handle
HOOK-CreateProcess
- VC6编写,有调试程序和单独DLL文件,HOOK CreateProcess函数,加载后禁止程序,类似于Xuetr的禁止进程功能-HOOK CreateProcess function to prohibit the creation process
CreateProcess
- 进程创建入门实例,通过简单调用API函数来创建一个简单的进程,并返回相关信息-CreateProcess
CreateProcess
- 进程创建入门实例,通过简单调用API函数来创建一个简单的进程,并返回相关信息-CreateProcess