搜索资源列表

  1. HideProcessHookMDL

    0下载:
  2. 通过驱动编程截获内核函数,实现隐藏进程,现今的*一般选用这种技术-driven programming intercepted by the kernel function and realize hidden process, the current Trojan generally choose this technology
  3. 所属分类:驱动编程

    • 发布日期:2024-05-20
    • 文件大小:37888
    • 提供者:李土得
  1. T-ProcMon

    0下载:
  2. 隐藏进程的驱动代码可以看T-ProcMon. 在2000/xp下编译通过-hidden code-driven process can be seen T-ProcMon. Under the compiler through 2000/xp
  3. 所属分类:扫描程序

    • 发布日期:2024-05-20
    • 文件大小:29696
    • 提供者:79282853
  1. Dll

    0下载:
  2. 测试还未成功,主要是在winNT和2000下远程隐藏进程-Test has not been successful, mainly in the WinNT and 2000 long-range hidden under the process of
  3. 所属分类:操作系统开发

    • 发布日期:2024-05-20
    • 文件大小:492544
    • 提供者:张亚
  1. hideprocess

    0下载:
  2. 驱动级的隐藏进程代码,在驱动层通过替换ssdt地址表中的函数来隐藏进程-Driver-class to hide the process of code, in the driver layer SSDT address table by replacing the function to hide the process of
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:135168
    • 提供者:俞健
  1. hide_process

    1下载:
  2. DELPHI下隐藏进程的几种方法,附完整源码,包括SDK-DELPHI process under the hidden several ways, with complete source code, including the SDK
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-05-20
    • 文件大小:96256
    • 提供者:休格兰
  1. hookProcess

    0下载:
  2. 挂钩SSDT隐藏进程,本人做了详细的注释,对学习驱动的人有很大帮助-SSDT hidden processes linked to, I make detailed notes, learning-driven people are very helpful
  3. 所属分类:驱动编程

    • 发布日期:2024-05-20
    • 文件大小:36864
    • 提供者:long
  1. EasyHideProcess_dll

    0下载:
  2. 一个简单通过远程线程注入方式隐藏进程的源码.一个DLL模块,一个loader模块.可以拿来当模板使用.方便极了.-A simple manner through remote thread into the source code to hide the process. A DLL module, a module loader. Can be used as a template to use. Very convenient.
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:246784
    • 提供者:车军
  1. Delphi_Hide

    0下载:
  2. Delphi下真正隐藏进程的代码, Delphi下真正隐藏进程的代码,Delphi下真正隐藏进程的代码-Delphi to hide the real process under the code, Delphi process under the really hidden code, Delphi process under the really hidden code
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:357376
    • 提供者:quansui
  1. CVHideProcessDll

    0下载:
  2. VS2005下使用的dll,可以隐藏进程,即从进程列表中看不到-VS2005 to use the dll, can hide the process, that is, from the process list can not see
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:13312
    • 提供者:任静
  1. AFXRootkit2005

    0下载:
  2. hook winAPI达到隐藏进程端口服务注册表等-process to reach the hidden hook winAPI service registry, such as port
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-20
    • 文件大小:270336
    • 提供者:fyz
  1. jc

    0下载:
  2. 在2000和xp下,隐藏进程,VC6.0测试通过!!!想隐藏进程的的可采用本文的思路。-In 2000 and xp, the hidden process, VC6.0 test!!! Want to hide the process of using the ideas in this article.
  3. 所属分类:软件工程

    • 发布日期:2024-05-20
    • 文件大小:6144
    • 提供者:james
  1. VS2003_XChecker2

    1下载:
  2. X-探测器2.6版完全源码.X-探测器是在网络端口监视软件的基础上增加了隐藏进程检查、加载驱动程序检查、HOOK系统服务函数检查、Windows Hook检查、远程线程创建检查、网络端口关闭及阻止程序上网等功能的系统安全检查软件。-X-Detector 2.6 version complete source. X-detector in the network port monitoring software based on an i
  3. 所属分类:扫描程序

    • 发布日期:2024-05-20
    • 文件大小:6063104
    • 提供者:fdsa
  1. aaaaaaaaaa

    0下载:
  2. 在WIN2000中隐藏进程的源码,对于游戏辅助软件开发有一定帮助-WIN2000 hidden process in the source code, for game software development aids have some help
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:4096
    • 提供者:
  1. JS

    0下载:
  2. 现在制作外挂的大多都遇上一个问题,就是找不到龙族进程。其实很简单,因为大家使用的都是Findwindows函数,这个函数需要得到窗体的类名才能获得窗体句柄。而现在窗体类名已经被官方加密,等于说Findwindows函数已经彻底被屏蔽了,很多想写龙族外挂的都卡在了这一步上。 其实要破这个限制很容易的,官方现在不再隐藏进程里的dragonraja.bin,所以我们完全可以放弃Findwindows函数转向从进程上下手! 这里公布
  3. 所属分类:外挂编程

    • 发布日期:2024-05-20
    • 文件大小:2048
    • 提供者:sgy
  1. hide

    0下载:
  2. 在2000/XP/2003完全隐藏进程, -2000/XP/2003 completely hidden in the process,
  3. 所属分类:系统编程

    • 发布日期:2024-05-20
    • 文件大小:16384
    • 提供者:zhuixin
  1. HideProcess

    0下载:
  2. 隐藏进程的又一方法,利用系统驱动。C和 C++结合-Another way to hide the process, the use of the system drive. C and C++ Combination
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:5120
    • 提供者:xuxu
  1. 111

    0下载:
  2. *运行关键是隐藏,神不知鬼不觉才是王道.要隐藏,先要隐藏进程,Windows操作系统中程序以进程的-Trojans run the key is hidden,神不知鬼不觉kingcraft is. To hide, we must hide the process, Windows operating system procedures to process
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-20
    • 文件大小:3072
    • 提供者:AQIANG
  1. demo

    0下载:
  2. hook编程实现隐藏进程屏蔽任务管理器.代码无错误!-hook to hide the process of shielding Programming Task Manager. code error-free!
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-20
    • 文件大小:38912
    • 提供者:377826
  1. HideProcess_dll

    0下载:
  2. 隐藏进程的,通过编译,也通过了测试,可以给新手做参考-Hidden process, through the compiler, but also passed the test, you can make reference to the novice
  3. 所属分类:进程与线程

    • 发布日期:2024-05-20
    • 文件大小:246784
    • 提供者:张伟平
  1. dsffrw

    0下载:
  2. 内核驱动中检测隐藏进程 对驱动编程者有一定帮助-Kernel driver detect hidden processes on the drive programmers have a certain extent, help
  3. 所属分类:Windows编程

    • 发布日期:2024-05-20
    • 文件大小:12288
    • 提供者:网啊
« 1 2 34 5 6 7 8 9 10 ... 40 »

源码中国 www.ymcn.org