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

Search list

[Hook apiHookCreateProcess

Description: 自己写的API-Hook。hook的函数是CreateProcessA和CreateProcessW。就是说可以检测进程创建。还有2处不完善。一个是创建程序的路径没能很好的显示。另一个退出时有点系统异常。-himself wrote the API- Hook. The hook function is CreateProcessA and CreateProcessW. Say can detect the creation process. There are two imperfect. One is to establish procedures for the path failed to show good. Another system to pull out a bit unusual.
Platform: | Size: 142336 | 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: 47104 | Author: 苏语 | Hits:

[Process-ThreadradCreateProcess

Description: wince evc开发的通过一个进程打开另外一个进程的例子-wince evc developed through a process of opening another example of a process
Platform: | Size: 1465344 | Author: 陈文增 | Hits:

[Embeded-SCM DevelopCreateProcessAPIcallIEplaywma

Description: EVB使用CreateProcess API 呼叫IE 撥放wma 範例-EVB using the CreateProcess API call IE play wma sample
Platform: | Size: 2048 | Author: wyj | Hits:

[Hook apiCreateProcessInternalA

Description:
Platform: | Size: 2048 | Author: 田浩 | Hits:

[Process-ThreadMonitorCreateProcessEvent

Description: 利用WMI监视进程的创建 Private Sub StartMonitorCreateProcessEvent() Set CreateProcessEvent = New SWbemSink Set objSWbemServices = GetObject("winmgmts:\\.\root\cimv2") objSWbemServices.ExecNotificationQueryAsync CreateProcessEvent, "SELECT * FROM __InstanceCreationEvent WITHIN 1 WHERE TargetInstance ISA Win32_Process " End Sub-Use WMI to monitor process creation Private Sub StartMonitorCreateProcessEvent () Set CreateProcessEvent = New SWbemSink Set objSWbemServices = GetObject (
Platform: | Size: 2048 | Author: 风飞雪 | Hits:

[Hook apiPRMonitor

Description: 这是一个非常好的内核级HOOK API的例子,想看看效果里面的bin文件夹可以有编译好的程序,其中内核监视没有实现,进程和注册表监视已经完成。这个代码绝对可以成功编译,因为hookzwcreateprocess里的代码是驱动设备程序的,所以编译环境的设置比较复杂,所以在这个压缩包里也包含了一个小教程,教你去搭建vc 6.0中开发驱动设备程序的环境,并且带了个样本。声明:这个程序运行XP下,在2000下会造成蓝屏-This is a very good kernel-level HOOK API examples, I would like to look at the effects inside the bin folder can be compiled procedures, which did not materialize to monitor the kernel, processes and registry monitoring has been completed. This code is absolutely able to successfully compile, because the code is hookzwcreateprocess in process-driven equipment, so the compiler set up the environment more complex, so in this compression bag also contains a small tutorial to teach you to build in vc 6.0 device driver development program environment, and带了个samples. Statement: This program runs under XP, in 2000 will cause a blue screen
Platform: | Size: 81920 | Author: zhenbiao | Hits:

[Process-Thread02CreateProcess

Description: 关于进程创建-On the process of creating
Platform: | Size: 16384 | Author: mavreen | Hits:

[Windows Develop02CreateProcess

Description: 创建进程的实例,简单明了,对初学者很有帮助的-Create a process instance, simple and clear, very helpful for beginners
Platform: | Size: 252928 | Author: mavreen | Hits:

[OS programTSKMON95

Description: For Windows 95 only! This simple task monitor program with Delphi & C SOURCE CODE demonstrates a generic hooking technique that can be applied to virtually any Win32 API - in this case, CreateProcess and ExitProcess. The program will display 16-bit and 32-bit processes starting and ending. -For Windows 95 only! This simple task monitor program with Delphi & C SOURCE CODE demonstrates a generic hooking technique that can be applied to virtually any Win32 API- in this case, CreateProcess and ExitProcess. The program will display 16-bit and 32-bit processes starting and ending.
Platform: | Size: 236544 | Author: techo | Hits:

[Process-Thread11CreateProcess

Description: 建立 新进程的代码 进程的 建立 退出等-The process of establishing a new code to withdraw from the process of establishing such
Platform: | Size: 1867776 | Author: name | Hits:

[Internet-NetworkMSoft-NetMSG-Update

Description: 一简单容易网络使用工具。展示当前注册用户,机器名,WINDOWS版本,服务包安装等-NetMSG v1.1- Updated !! A simple, easy to use tool for networks. Demonstrates launching a console app and capturing its output using CreateProcess/CreatePipe and directing to StdOut/StdErr. I have updated this version adding SysInfo snapshot view. Shows current logged on user, machine name, windows version+ service packs installed, processor type+ number, memory statistics. Also added minimise to Systray so you can keep it running in background...for now! Enjoy!
Platform: | Size: 46080 | Author: 衡云翰 | Hits:

[Windows DevelopDLLInjector

Description: 使用CreateProcess远程注入D-Remote Injecting DLL Using CreateProcess function.
Platform: | Size: 43008 | Author: 金景镇 | Hits:

[OS programCreateProcess

Description: 在Linux下面的编程,创建进程、线程和进程同步。-In the Linux programming below, create a process, thread and process synchronization.
Platform: | Size: 252928 | Author: 晨光 | Hits:

[Special EffectsCreateProcessandFindWindows

Description: 采用CreateProcess和FindWindows结合.此功能可以可以单步通过程序中的指令,并进入指定的函数调用,此功能对于函数的嵌套层不限. -Combined with CreateProcess and FindWindows. This feature allows you to single step through the program instructions, and enter the specified function call, this feature is not limited to the function nesting level.
Platform: | Size: 794624 | Author: 大棚 | Hits:

[Web ServerNET_2CreateProcess

Description: 创建进程。.NET的创建进程。创建进程。 .NET的创建进程。创建进程。 .NET的创建进程。-CreateProcess.sln CreateProcess/CreateProcess.vbproj CreateProcess/Form1.Designer. vb CreateProcess/Form1.resx CreateProcess/Form1.vb CreateProcess/My Project ...
Platform: | Size: 11264 | Author: mouser | Hits:

[Windows Developpipe-CMD

Description: 利用管道执行cmd,显示回显内容,管道加createprocess实现该功能-use pipe to execute cmd
Platform: | Size: 6144 | Author: 郑炯 | Hits:

[Windows Developterminateprocess

Description: TerminateProcess和CreateProcess的使用实例。-CreateProcess TerminateProcess and the use of examples.
Platform: | Size: 1144832 | Author: 高灰 | Hits:

[Windows Developshellex

Description: This program shows the different uses of CreateProcess and ShellExecuteEx -- to open documents and URLs, to print things, to open or explore folders. And also how to wait until another process is finished
Platform: | Size: 18432 | Author: Mickroby | Hits:

[Hook apigloabHook

Description: 这个是一个全局钩子,挂钩CreateProcess 函数,可以监控系统内所有启动的程序-This is a global hook, hook CreateProcess function, the system can monitor all programs launched
Platform: | Size: 343040 | Author: 多萨 | Hits:
« 1 2 3 4 56 7 »

CodeBus www.codebus.net