登录
首页 » Process-Thread » Vb隐藏进程源代码,在任务管理器中隐藏进程,非常有用的

Vb隐藏进程源代码,在任务管理器中隐藏进程,非常有用的

于 2022-08-25 发布 文件大小:4.34 kB
0 126
下载积分: 2 下载次数: 1

代码说明:

Vb隐藏进程源代码,在任务管理器中隐藏进程,非常有用的-Vb source code to hide the process in Task Manager to hide the process, very useful

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 本例的进程处理器程序实现了进程的列举、进程的切换、启动新的进程、杀死进程、命令行处理等功能。...
    本例的进程处理器程序实现了进程的列举、进程的切换、启动新的进程、杀死进程、命令行处理等功能。-cases the processors in the process realized by the enumeration process, the process of switching and started a new process, killing process, the command line processing capabilities.
    2023-03-27 00:55:03下载
    积分:1
  • 多的制备方法
    多线程程序的编写,多线程应用中容易出现的问题。互斥对象的讲解,如何使用互斥对象来实现多线程的同步。如何利用命名互斥对象保证应用程序只有一个实例运行。应用多线程编写网络聊天室程序。-Procedures for the preparation of multi-threaded, multi-threaded applications easily arise. Mutex object to explain, how to use the mutex object to realize multi-thread synchronization. How to use named mutex object to ensure that applications run only one instance. Application of multi-threaded chat room procedures for the preparation of the network.
    2022-07-09 10:13:40下载
    积分: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
  • operating procedures contradict the procedure if you are running two or more, an...
    程序的互斥运行 如果你的程序被同时运行两次以上,有可能会造成文件系统冲突而丢失数据,本例程用一个简单的办法避免第二次启动同一个程序。-operating procedures contradict the procedure if you are running two or more, and may cause conflicts and file system data loss, the routines with a simple way to avoid the second started with a procedure.
    2022-04-15 19:59:07下载
    积分:1
  • 使用WM_COPYDATA消息进行进程间通讯的程序
    使用WM_COPYDATA消息进行进程间通讯的程序- Uses the WM_COPYDATA news to carry on the advancement the communication procedure
    2022-07-20 18:13:36下载
    积分:1
  • 这个程序用来关闭无用进程。从而清理桌面例如,你的桌面上有很多无用网页,或者内存过行很多进程,你就可以运行此程序,将其关闭。...
    这个程序用来关闭无用进程。从而清理桌面例如,你的桌面上有很多无用网页,或者内存过行很多进程,你就可以运行此程序,将其关闭。-the procedures used to shut down unwanted process. In order to clear the desktop, for example, on your desktop a lot of useless pages, or trip over a lot of memory process, you can run this program, turn it off.
    2022-08-03 05:53:49下载
    积分: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++源代码
    一个很好的可以读取进程信息的VC++源代码-a good process information can read the source code of VC
    2022-03-22 11:01:56下载
    积分:1
  • July v2.11 进程查看器July的最新版本,附带源代码
    July v2.11 进程查看器July的最新版本,附带源代码-July v2.11 process viewer July the latest version of the source code fringe
    2022-07-26 18:58:40下载
    积分:1
  • 我们的操作系统实验的论文,内容好多,可以看看,
    我们的操作系统实验的论文,内容好多,可以看看,-papar of os experiment,just try it
    2022-08-22 16:24:34下载
    积分:1
  • 696516资源总数
  • 106463会员总数
  • 0今日下载