搜索资源列表
NT下进程隐藏
- 在NT环境下隐藏进程,也就是说在用户不知情的条件下,执行自己的代码的方法有很多种,比如说使用注 册表插入DLL,使用Windows挂钩等等。其中比较有代表性的是Jeffrey Richer在《Windows核心编程》中 介绍的LoadLibrary方法和罗云彬在《Windows环境下32位汇编语言程序设计》中介绍的方法。两种方法的 共同特点是:都采用远程线程,让自己的代码作为宿主进程的线程在宿主进程的地址空间中执行,从而达 到隐藏的目的。相比较而言,Richer的方法由于可以使用c/c++等高级
NT环境下进程隐藏的实现
- NT环境下进程隐藏的实现 补充:把ThreadMain的代码给丢了,在这补上: DWORD ThreadMain(HINSTANCE hInst) { TCHAR szModule[256], szText[512], szFormat[256] LoadString(hInst, IDS_FORMAT, szFormat, sizeof(szFormat) / sizeof(TCHAR)) GetModuleFileName(NULL, szModule, 256) _stprintf(szT
HideFunc
- 直接调用该头文件中的 YHideProcess()就可以实现该进程在系统中的隐藏!而且此方法不是通过传统的线程注射方法,而是更改系统内存,经过在2K XP下的调试:)-called directly to the head of the paper YHideProcess () can be achieved in the process of hidden system! But this method is not through the traditional method of inj
hProcess
- 一个进程隐藏的例子-an example of the hidden proce
myhide.rar
- DKOM 隐藏进程 直接系统内核修改 断开FLINK链表,DKOM process hiding
HideProcess_dll.rar
- 进程隐藏代码.十分好用.大家可以试试.呵呵,The process of hiding the code. Very easy to use. You can try. Hehe
DLL
- vb进程隐藏,DLLring3下进程隐藏-vb进程隐藏
HideDriver_source
- 隐藏进程驱动实现示例,在VC2003下实现,可供大家在功能和驱动上进行参考-Hidden process-driven implementation example, the VC2003 achieve, for all the functional and driver on the reference
NTHideProcess
- NT下隐藏进程的方法,把它封装成类,直接包含头文件调用方法既可。-NT hide process under way to put it into a type of packaging, direct method call that contains both header files.
ProcessControl
- 进程的创建、控制与隐藏。别拿来干坏事哦。-Process creation, control and hide. Do not use dry Oh bad.
HideProcc
- 隐藏正在运行的进程,在任务管理器里也看不到,用VB写的。-Hidden process is running in Task Manager also can not see, written by VB.
EnumHidePro
- 枚举系统隐藏进程-enumerate hide process..
hideprocess
- 直接在窗体添加代码和一个按钮,按按钮后进程隐藏-hideprocess
jincheng
- 用VB编程方法实现在任务管理器中隐藏进程-VB programming methods used to achieve hidden in the Task Manager process
windowswdn
- 一份windows驱动开发隐藏进程的程序包括程序的分析sys_build的是用DDK BUILD 环境编译的 sys_VC6.0的是用VC++6.0编译的-A hidden windows-driven development process and procedures, including procedures for the analysis of sys_build is compiled with the DDK BUILD environment sys_VC6.0 is
HideProcess_dll
- 隐藏进程是一种保护进程的方法。当一个黑客危害我们的系统,它会登陆,然后会巡视有没有一些已知的进程在监视它。然后它就*监控它的进程。如果隐藏了这个功能进程,黑客就不会知道进程的所有情况,并还可以记录黑客在我们系统上做的任何事情。-Hidden process is a way to protect the process. When a hacker harm to our system, it will visit, then visit there any known process in
Hidden_processes
- 隐藏进程,附带源码,自己觉得好用,分享给大家!-Hidden processes, with source code, feel useful, share it with everyone!
XPNT
- 进程隐藏,非常完善的源代码,很多*都采用此技术,发布仅供学习使用,请勿用于非法用途。-Hidden process, the source code very well, a lot of Trojans have adopted this technology, publishing only learn to use, do not for illegal purposes.
源码
- 进程隐藏之断链隐藏源码,通过断链方式来隐藏进程,驱动不成功的可以考虑试试这个(The process of hiding the broken chain hidden source, by breaking the chain to hide the process, the driver failed to consider this try.)
hildencontent
- 文本隐藏在图片中,将文本文件信息隐藏在图片中,通过软件提取图片中的信息内容,(Text hidden in images, the text file information hidden in the image, through the information in the software to extract the image content,)
