-
获得系统进程,个人的小程序。
获得系统进程,个人的小程序。-was systematic process, the individual"s small programs.
- 2022-02-10 09:44:54下载
- 积分:1
-
显示当前活动进程及其调用的dll,并杀死指定的进程
显示当前活动进程及其调用的dll,并杀死指定的进程- Demonstrated the current active advancement and its transfer
dll, and kills the advancement which assigns
- 2022-02-01 09:41:01下载
- 积分:1
-
the NT environment hidden process, the user is unaware of the conditions, the im...
在NT环境下隐藏进程,也就是说在用户不知情的条件下,执行自己的代码的方法有很多种,比如说使用注 册表插入DLL,使用Windows挂钩等等。其中比较有代表性的是Jeffrey Richer在《Windows核心编程》中 介绍的LoadLibrary方法和罗云彬在《Windows环境下32位汇编语言程序设计》中介绍的方法。两种方法的 共同特点是:都采用远程线程,让自己的代码作为宿主进程的线程在宿主进程的地址空间中执行,从而达 到隐藏的目的。相比较而言,Richer的方法由于可以使用c/c++等高级语言完成,理解和实现都比较容易 ,但他让宿主进程使用LoadLibrary来装入新的DLL,所以难免留下蛛丝马迹,隐藏效果并不十分完美。罗 云彬的方法在隐藏效果上绝对一流,不过,由于他使用的是汇编语言,实现起来比较难(起码我写不了汇 编程序:))。笔者下面介绍的方法可以说是对上述两种方法的综合:采用c/c++编码,实现完全隐藏。并 且,笔者的方法极大的简化了远程线程代码的编写,使其编写难度与普通程序基本一致。-the NT environment hidden process, the user is unaware of the conditions, the implementation of their code There are various ways, for instance, the use of the registry into DLL, etc. linked to the use of Windows. The more representative Jeffrey Richer is the "core Windows programming" introduced by the LoadLibrary method and the Luo Bin, "under Windows 32 assembly language programming" introduced by the method. Two methods are common features are : remote threads are used to keep the code as host process threads in t
- 2022-03-23 05:27:10下载
- 积分:1
-
自己写的一个类,包括一些乱七八糟的功能
生成区间随机数
生成区间不重复随机数
延时函数
鼠标进入矩形区域
通过进程名查找进程、结束进程等...
自己写的一个类,包括一些乱七八糟的功能
生成区间随机数
生成区间不重复随机数
延时函数
鼠标进入矩形区域
通过进程名查找进程、结束进程等-To write a class, including some of the functions of generation interval in a Mess random number generator random number of non-repetition interval delay function mouse into the rectangular area through the process of finding the process to end the process
- 2022-01-22 01:49:26下载
- 积分:1
-
多线程资源控制方面的 非常的好用啊
多线程资源控制方面的 非常的好用啊 -Multi-threaded resource control is very easy to use ah
- 2022-01-26 04:40:35下载
- 积分:1
-
一.算法介绍:
**数据结构:
1.可利用资源向量Available
2.最大需求矩阵Max
3.分配矩阵Allocation
4.需求矩阵...
一.算法介绍:
**数据结构:
1.可利用资源向量Available
2.最大需求矩阵Max
3.分配矩阵Allocation
4.需求矩阵Need
**功能介绍:
模拟实现Dijkstra的银行家算法以避免死锁的出现.分两部分组成:
第一部分:银行家算法(扫描)
1.如果Request
- 2022-06-22 01:35:16下载
- 积分:1
-
使用 STL 做的windows 下的线程池,半同步/半异步模型,当线程没有使用时被suspend。...
使用 STL 做的windows 下的线程池,半同步/半异步模型,当线程没有使用时被suspend。-STL use under windows to do the thread pool, semi-synchronous/semi-asynchronous model, when the thread was not using suspend.
- 2022-02-02 01:37:18下载
- 积分:1
-
利用线程在程序繁忙时显示进度条实例,VC初学者从中可学到多线程的处理方法,有经验的开发者也可将其用到自己的程序中。...
利用线程在程序繁忙时显示进度条实例,VC初学者从中可学到多线程的处理方法,有经验的开发者也可将其用到自己的程序中。-Procedures for the use of threads in the busy show examples of the progress bar, VC beginners can learn from multi-threaded approach, experienced developers can also be used in their program.
- 2022-07-17 08:35:02下载
- 积分:1
-
线程编程,实现多线程,多任务的处理,进行线程的概念认识...
线程编程,实现多线程,多任务的处理,进行线程的概念认识-Threads programming, realize multi-threaded, multi-mission of the deal, the concept of threads to understand the
- 2022-07-25 02:17:13下载
- 积分:1
-
c++builder下的多线程例程,多线程演示三种排序方法,为初学者理解多线程很有帮助~!...
c++builder下的多线程例程,多线程演示三种排序方法,为初学者理解多线程很有帮助~!-c++ builder under the routine multi-threaded, multi-threaded sort of three methods of presentation, for beginners to understand multi-threaded helpful ~!
- 2022-04-25 12:34:18下载
- 积分:1