-
简单的工具,通过MIB树使用简单网络管理协议(S.
simple tool to walk through MIB tree using Simple Network Management Protocol (SNMP). I developed this tool solely for learning
- 2023-03-06 19:00:04下载
- 积分:1
-
进程枚举、包括PID,路径,以及杀死指定进程。
进程枚举、包括PID,路径,以及杀死指定进程。 -process of enumeration, including PID, path, and kill the designation process.
- 2023-08-04 11:20:03下载
- 积分: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
-
在VC++ 6.0下利用共享内存、消息实现内部进程通讯
在VC++ 6.0下利用共享内存、消息实现内部进程通讯-in VC 6.0 using shared memory, message achieving internal communications process
- 2022-05-21 02:14:54下载
- 积分:1
-
创建一个子进程并接收子进程的消息和输出信息
创建一个子进程并接收子进程的消息和输出信息- Founds a child process and receives the child process the news
and the output information
- 2022-04-07 03:12:03下载
- 积分:1
-
定时器使用的注意事项,定时器处理函数的运行时间大于定时时长会造成不响应,KillTimer()可以杀掉消息队列中的多个相同标号的消息。...
定时器使用的注意事项,定时器处理函数的运行时间大于定时时长会造成不响应,KillTimer()可以杀掉消息队列中的多个相同标号的消息。-timer matters to the attention of use, timer handling functions of the running time than regular long time will not respond KillTimer () Message Queue can kill the same number of label information.
- 2022-03-21 08:21:27下载
- 积分:1
-
枚举当前系统的所有已打开文件的句柄及路径
枚举当前系统的所有已打开文件的句柄及路径-Enumeration of all the current system has a handle to open the file and path
- 2022-05-14 22:18:02下载
- 积分:1
-
多线程服务器客户端,一个服务器可连接多个线程
多线程服务器客户端,一个服务器可连接多个线程-multithreaded server client, a server can connect to multiple threads
- 2022-03-29 15:56:07下载
- 积分:1
-
JAVA多线程编程
JAVA多线程编程-multi thread program by java
- 2022-03-29 11:02:30下载
- 积分:1
-
一个很好的可以读取进程信息的VC++源代码
一个很好的可以读取进程信息的VC++源代码-a good process information can read the source code of VC
- 2022-03-22 11:01:56下载
- 积分:1