Welcome![Sign In][Sign Up]
Location:
Search - Process-Thread

Search list

[Process-Threadprocess-thread

Description: 进程与线程操作模块的E语言源码,适用于4.0以上版本-process and thread operation of the E module language source code, apply to the above version 4.0
Platform: | Size: 9583 | Author: jz0701 | Hits:

[Process-Threadcreat thread

Description: 在程序运行过程中创建一个线程-operating procedures in the process of creating a thread
Platform: | Size: 25600 | Author: 崔凯 | Hits:

[Process-Thread安全稳定的实现进线程监控

Description: 用PsSetCreateProcessNotifyRoutine,PsSetCreateThreadNotifyRoutine来进行进程线程监控我想大家已经都非常熟练了.sinister在<<编写进程/线程监视器>>一文中已经实现得很好了.前一段时间看到网上有人在研究监视远线程的文章,比较有意思.就写代码玩一玩.这之中就出现了一些问题.比方说直接用sinister的代码的话,是不能动态卸载的,因为他在安装了进线程监视函数后没有进行清除动作,造成在动态卸载时蓝屏,BUGCHECK为0x000000ce,错误码为:DRIVER_UNLOADED_WITHOUT_CANCELLING_PENDING_OPERATIONS.很显然,在驱动退出后,一些进线程操作仍然在访问原来的地址,造成出错.在XP后,微软给出了一个函数PsRemoveCreateThreadNotifyRoutine用来清除线程监视函数(清除进程监视的就是PsSetCreateProcessNotifyRoutine).我一直奇怪ICESWORD在2000中是怎么做到进线程监视的.后来才发现,在运行icesword后释放出一个detport.sys文件,然后一直在系统中存在着没有卸载掉.只是把它隐藏了而已^_^.这不是个好消息,难道我为了测试一个驱动,测试一次就得重启一次吗?呵呵,肯定不是啊,所以想办法搞定它.-with PsSetCreateProcessNotifyRoutine, PsSetCreateThreadNotifyRoutine thread to process control, I think we had a very skilled. Sinister In "<preparation process/thread monitors>" A text has been achieved in very good. Some time ago the Internet was seen in the surveillance study of the threads from article more interesting. Write playing with a code to play. on this issue, there have been some problems. For example, the direct use of sinister code, the dynamic is not unloaded, because he installed into threads without surveillance function after removal action, resulting in dynamic unloading blue screens, BUGCHECK to 0x000000ce, error code : DRIVER_UNLOADED _WITHOUT_CANCELLING_PENDING_OPERATIONS. It is clear that following the withdrawal of the drive, some threads are sti
Platform: | Size: 7168 | Author: | Hits:

[OS programthread-7

Description: 多线程的示例程序,演示如何编写多线程程序-multithreaded sample program to demonstrate how to prepare multi-threaded process
Platform: | Size: 196608 | Author: mazer | Hits:

[Windows DevelopImage-Process

Description: JAVA语言实现对图像进程的控制和操作,内含25个文件-JAVA right image process control and operation, containing 25 documents
Platform: | Size: 185344 | Author: 尹志远 | Hits:

[JSP/JavaTraficlights

Description: 这个程序只要用于实现进程(线程)互斥与同步-the procedures used to achieve as long as the process (thread) mutex and Synchronization
Platform: | Size: 11264 | Author: 冷生 | Hits:

[Process-Threadprocess-thread

Description: 进程与线程操作模块的E语言源码,适用于4.0以上版本-process and thread operation of the E module language source code, apply to the above version 4.0
Platform: | Size: 9216 | Author: jz0701 | Hits:

[CSharpProcess

Description: 进程管理软件,实现了分层编程(即分成业务逻辑层和数据访问层),便于移植和管理。
Platform: | Size: 205824 | Author: zhangyanbo | Hits:

[GDI-Bitmappicshow3.07

Description: TPicShow is an image slider control with 150 transitional effects in pure Delphi code. The major characteristics of TPicShow are: Image transition can be controlled programmatically Image can be stretched or centered in the client area of the control Control can show a background image as centered, stretched, or tiled Transition process can use a separated thread New transitional effects can be easily implemented and added to the control
Platform: | Size: 1027072 | Author: type | Hits:

[CSharpprocess

Description: 任务调度管理器,内置了很多的task 可扩展task-Task Scheduling Manager, built a lot of the task can be extended task
Platform: | Size: 95232 | Author: loujy | Hits:

[Process-Threadthread

Description: 一个VC的独立线程程序示例,用来理解线程的工作过程-An independent thread VC sample program to understand the work process thread
Platform: | Size: 1024 | Author: Leo | Hits:

[Process-ThreadthreadinWin32

Description: 在编程过程中产生线程作了全面的分析,分析CriticalSection Mutex Semaphore Event在线程中的应用时各自优缺点作详细解说-In the programming process thread comprehensive analysis CriticalSection Mutex Semaphore Event in the thread of the application for a detailed explanation of their respective advantages and disadvantages
Platform: | Size: 22439936 | Author: | Hits:

[source in ebookthread-process

Description: VC++进程线程实例:EVENT,MUTEX,MUTITHREAD,PROCESS,SEMAPHORE,THREAD,UITHREAD,WORKERTHREAD-VC++ Process instance thread: EVENT, MUTEX, MUTITHREAD, PROCESS, SEMAPHORE, THREAD, UITHREAD, WORKERTHREAD
Platform: | Size: 316416 | Author: 123 | Hits:

[OtherThread

Description: C++ builder 线程调度应用学习程序。-C++ Builder application thread scheduling the learning process.
Platform: | Size: 358400 | Author: 物语 | Hits:

[OS programthread

Description: 实现两个线程的监视..利用远程线程注入方式..本程序将DLL中的线程函数注入到EXPLORER进程中..用于监视本程序是否被结束.如结束则自动打开本程序-Realize the two threads to monitor the use of remote thread injection .. the way .. This procedure will be the thread function in DLL is injected into the EXPLORER process .. used to monitor whether it was the end of this procedure. If the end of the program will automatically open
Platform: | Size: 55296 | Author: yxq | Hits:

[ICQ-IM-ChatExecuteCommand

Description: ExecuteCommand.zip try { //Asynchronously start the Thread to process the Execute command request. Thread objThread = new Thread(new ParameterizedThreadStart(ExecuteCommandSync)) //Make the thread as background thread. objThread.IsBackground = true //Set the Priority of the thread. objThread.Priority = ThreadPriority.AboveNormal //Start the thread. objThread.Start(command) }
Platform: | Size: 4096 | Author: wxh | Hits:

[Process-ThreadPROCESS

Description: 进程管理和线程管理 进程管理和线程管理-Process management process management and thread management and thread management
Platform: | Size: 39936 | Author: 王晓 | Hits:

[Process-ThreadJava-process

Description: Java实现进程调度(基于优先级的进程调度算法-Java realization of the process of scheduling (the process of priority-based scheduling algorithm
Platform: | Size: 5120 | Author: yy | Hits:

[Process-Threadmulti-process-thread-sort

Description: 一个完整VC开发工程:实现用多进程和多线程进行快速排序-a complete VC project: accomplish fast sorting by using multi process and multi thread programming technique
Platform: | Size: 2772992 | Author: du yu ling | Hits:

[Process-ThreadProcess--thread-enumeration

Description: 进程、线程枚举,窗体组件调用例程的功能 -Process, thread enumeration, form component invokes a routine
Platform: | Size: 286720 | Author: 阿斯顿 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net