-
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
-
5个多线程程序小例子
5个多线程程序小例子-Examples of five multi_thread programs
- 2022-01-25 18:47:51下载
- 积分:1
-
操作系统内存调度各种算法的示例,也是多线程在同一控件上作画的演示程序。...
操作系统内存调度各种算法的示例,也是多线程在同一控件上作画的演示程序。-operating system memory scheduling algorithms example, multithreading in the same controls on painting demonstration program.
- 2022-02-21 04:45:40下载
- 积分:1
-
使用内存映射文件在两个进程间进行通信
使用内存映射文件在两个进程间进行通信-use memory-mapped file between the two processes communicate
- 2023-02-18 08:40:03下载
- 积分:1
-
一个关于多线程实例的程序
一个关于多线程实例的程序-program about multi thread
- 2022-07-02 20:05:13下载
- 积分:1
-
指定PID来结束其进程
指定PID来结束其进程-designated PID to end the process
- 2022-02-21 03:25:30下载
- 积分:1
-
动画及多线程演示
动画及多线程演示-animation and multi-threaded demo
- 2022-04-10 10:50:06下载
- 积分:1
-
这是大学上操作系统做的实验,相信很多人都可用的着!本实验模拟单处理器系统的进程调度,采用时间片轮转调度算法作为进程调度算法。...
这是大学上操作系统做的实验,相信很多人都可用的着!本实验模拟单处理器系统的进程调度,采用时间片轮转调度算法作为进程调度算法。-this is the operating system on the university to do experiments, I believe many people are available to! Experimental simulation of the single-processor system in the process scheduling, time-use Web-scheduling algorithm as process scheduling algorithm.
- 2022-02-06 07:19:17下载
- 积分: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
-
多线程编程,有实例.可参考.希望对大家有用.
多线程编程,有实例.可参考.希望对大家有用.-multithreaded programming examples. Reference. We hope that the right useful.
- 2022-07-19 05:45:34下载
- 积分:1