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

Search list

[Other resourceCreateProcess

Description: wince下进程管理的实例程序,讲的比较详细,基本上对进程的一些操作都用到了-wince under examples of process management procedures, said more detailed, Basically some of the process are used in the operation
Platform: | Size: 18747 | 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: 2312 | 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: 6415 | 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: 529221 | 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: 1687 | Author: 雪狐 | Hits:

[Process-Threadsameprocess

Description: 如果您对IE4.0熟悉的话,你将知道在Internet Settings高级设置中有一个选项:“在新的进程中浏览(英文:Browse in a New Process)”,如果你把它前面的对钩去掉,然后运行IE,并打开任务管理器查看所有进程,你将会发现没有新的IExplorer.exe进程出现。反之,则新的IExplorer.exe进程出现。 当我们需要许多数据在程序实例之间共享的时候,这种能使多个实例运行在同一个进程空间的程序是非常有用的。它的实现很简单,众所周知,启动任何一个应用程序有两种途径,要么通过浏览器要么通过API调用诸如CreateProcess。首先侦察特定的窗口类是否存在,如果不存在,就创建一个新的窗口类,如果存在,那么使最近创建的进程发送一个消息到已存在的窗口,并使新近运行的实例窗口处于激活状态,先前的程序实例将启动一个单独的线程。 在此示例中,作者采用了一个MFC MDI程序,即使有多个程序实例在运行,任务管理器或者进程查看器(Process Viewer)将只会显示一个进程,当如果用WINDOWS自带程序SPY++查看,您将会发现该进程拥有许多线程,并且不同的MDI窗口集合分别属于不同的线程-seemed familiar with the case, You will know that the Internet Advanced Settings, there is a choice : "In the new process here (in English : Browse in a New Process)" If you put it right in front of the hook removed, and then run IE, and open the Task Manager View all process, You will find no new IExplorer.exe process. Instead, the new IExplorer.exe process. When we needed the procedure much of the data shared between the examples, This can run multiple instances of a process in the same space procedure is very useful. It is very simple to achieve, as we all know, launching an application of any two channels either through the browser or through API calls such as CreateProcess. First reconnaissance particular window class existence, if they do not exist, create a new window type
Platform: | Size: 47300 | Author: 苏语 | Hits:

[OS programHookCreateProcess

Description: hook createprocess函数-hook createprocess function
Platform: | Size: 142336 | Author: 武林至尊 | Hits:

[e-languageCreateProcess

Description: CreateProcess 易语言的用法示例,隐藏打开一个进程,获取其pid hwnd-CreateProcess
Platform: | Size: 2048 | Author: 杨泽 | Hits:

[Windows CECeApiSpy

Description: 这个sample主要用来介绍在wince下怎么实现API检测,主要用来检测CreateFile, CreateProcess 和LoadLibrary API的调用-Directory CeApiSpy contains sources to CE API Spy. This sample Spy is monitoring CreateFile, CreateProcess and LoadLibrary API calls.
Platform: | Size: 104448 | Author: allen | Hits:

[OS programCreateProcess

Description: CreateProcess WINDOWS
Platform: | Size: 11264 | Author: CMB | Hits:

[Process-ThreadCreateProcess

Description: 这是一个在windows操作系统下实现创建父进程和子进程的源代码-This is a windows operating system to achieve the parent and child processes to create the source code
Platform: | Size: 1024 | Author: 陈柚 | Hits:

[Windows DevelopCreateProcess

Description: 采用vc实现的创建管理进程的程序,有mfc界面,便于操作,代码容易理解-Vc achieved by the process of creating management procedures, mfc interface, easy operation, code easy to understand
Platform: | Size: 5718016 | Author: 刘宇 | Hits:

[Hook apiCreateProcess_Inject

Description: CreateProcess注入dll,通过Hook CreateProcess来注入自己的d-Injected dll By CreateProcess
Platform: | Size: 2143232 | Author: 十年寒窗 | Hits:

[OS programXueTr

Description: 1.进程、线程、进程模块、进程窗口、进程内存信息查看,热键信息查看,杀进程、杀线程、卸载模块等功能   2.内核驱动模块查看,支持内核驱动模块的内存拷贝   3.SSDT、Shadow SSDT、FSD、KBD、TCPIP、IDT信息查看,并能检测和恢复ssdt hook和inline hook   4.CreateProcess、CreateThread、LoadImage、CmpCallback、BugCheckCallback、Shutdown、Lego等Notify Routine信息查看,并支持对这些Notify Routine的删除   5.端口信息查看,目前不支持2000系统   6.查看消息钩子   7.内核模块的iat、eat、inline hook、patches检测和恢复   8.磁盘、卷、键盘、网络层等过滤驱动检测,并支持删除   9.注册表编辑 -1 process, thread, process modules, process window, process memory information viewing, hot information to view, kill the process, kill thread, unload the module and other functions 2 kernel driver module view, to support the kernel driver module memory copy 3.SSDT, Shadow SSDT, FSD, KBD, TCPIP, IDT information view, and can detect and recover ssdt hook and inline hook 4.CreateProcess, CreateThread, LoadImage, CmpCallback, BugCheckCallback, Shutdown, Lego, etc. Notify Routine Information check, and to support their Notify Routine Delete 5 port information view, the current system does not support 2000 6 view news hook 7 kernel module iat, eat, inline hook, patches detection and recovery 8 disk, volume, keyboard, network layer filter driver detect, and support for the deletion 9. Registry Editor
Platform: | Size: 3696640 | Author: 接收 | Hits:

[Hook apiCreateProcess

Description: CreateProcess怎样传递句柄,waitforsingleevent-CreateProcess how to use handle
Platform: | Size: 56320 | Author: cgc | Hits:

[Hook apiHOOK-CreateProcess

Description: VC6编写,有调试程序和单独DLL文件,HOOK CreateProcess函数,加载后禁止程序,类似于Xuetr的禁止进程功能-HOOK CreateProcess function to prohibit the creation process
Platform: | Size: 2634752 | Author: | Hits:

[Game Hook CrackCreateProcess

Description: CreateProcess注入器吗模块,暂停某线程再进行远程注入的 适合新手学习 大部分网上只有C+教程 我这个是易改变过来的-CreateProcess do injector module, pause a thread and then remote injection for beginners to learn most of the tutorials online only C+ me this is easy to change over
Platform: | Size: 9216 | Author: 小俊 | Hits:

[Delphi/CppBuilderCreateProcess

Description: WIN32API函数CreateProcess用来创建一个新的进程和它的主线程,这个新进程运行指定的可执行文件。-WIN32API function CreateProcess to create a new process and its primary thread, this new process runs the specified executable file.
Platform: | Size: 12288 | Author: MT | Hits:

[ADO-ODBCCreateProcess

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

[ADO-ODBCCreateProcess

Description: 进程创建入门实例,通过简单调用API函数来创建一个简单的进程,并返回相关信息-CreateProcess
Platform: | Size: 1024 | Author: j35xibi | Hits:
« 1 2 34 5 6 7 »

CodeBus www.codebus.net