搜索资源列表

  1. InjectDLL

    0下载:
  2. 讲述向其它进程注入线程的方法,windows高级编程上提到过。windows进程间通讯的一种方法,值得一看-on to other threads into the process, senior programming windows mentioned. Windows inter-process communication method, an eye-catcher
  3. 所属分类:其它资源

    • 发布日期:2008-10-13
    • 文件大小:34073
    • 提供者:大侠
  1. InjectDll

    0下载:
  2. 注入DLL到指定进程,你可以在Load dll 时运行自己的代码.-injection process to a specific DLL, you can run when Load dll own code.
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:60578
    • 提供者:Zero
  1. HideService

    0下载:
  2. 虽然我不知道icesword是什么样列举服务的,但估计最终也是通过历遍SCM内部的ServiceRecordList来检测。 为什么呢?看下面。 用附件中的InjectDLL.exe把hideservice.dll注入到Services.exe进程后就会把Alerter服务隐藏掉。用icesword也检测不出Alerter服务了。 代码原理很简单,就是在Services.exe进程找到ServiceRecordList
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:19964
    • 提供者:79282853
  1. InjectDll

    0下载:
  2. AutoIt进行远程注入的自定义函数(UDF)
  3. 所属分类:外挂编程

    • 发布日期:2008-10-13
    • 文件大小:1301
    • 提供者:夏春秋
  1. InjectDLL

    0下载:
  2. DLL注入用于运行,迫使它加载一个动态链接库在另一个进程的地址空间代码的技术。 DLL注入经常被第三方开发的方式来影响它的作者并没有预料或打算程序的行为。例如,注入的代码可以捕获系统功能调用,或阅读文本框的密码,不能以通常的方式完成的内容。
  3. 所属分类:钩子与API截获

    • 发布日期:2010-12-13
    • 文件大小:27338
    • 提供者:timjosten
  1. InjectDLL

    0下载:
  2. 讲述向其它进程注入线程的方法,windows高级编程上提到过。windows进程间通讯的一种方法,值得一看-on to other threads into the process, senior programming windows mentioned. Windows inter-process communication method, an eye-catcher
  3. 所属分类:棋牌游戏

    • 发布日期:2024-05-28
    • 文件大小:33792
    • 提供者:大侠
  1. InjectDll

    0下载:
  2. 注入DLL到指定进程,你可以在Load dll 时运行自己的代码.-injection process to a specific DLL, you can run when Load dll own code.
  3. 所属分类:进程与线程

    • 发布日期:2024-05-28
    • 文件大小:809984
    • 提供者:Zero
  1. InjectDll

    0下载:
  2. AutoIt进行远程注入的自定义函数(UDF)-AutoIt remote injection of self-defined function (UDF)
  3. 所属分类:外挂编程

    • 发布日期:2024-05-28
    • 文件大小:1024
    • 提供者:夏春秋
  1. hides

    0下载:
  2. Although I do not know what kind icesword enumerated services, it is estimated that by the end times calendar SCM internal ServiceRecordList to detect. Why? See below. The annex InjectDLL.exe put hideservice.dll injected
  3. 所属分类:进程与线程

    • 发布日期:2024-05-28
    • 文件大小:2048
    • 提供者:fisher
  1. InjectDll

    0下载:
  2. 一个C++的源码,关于远程注入的。代码还不错。-A C++ source code, on the remote injection. Code is also good.
  3. 所属分类:系统编程

    • 发布日期:2024-05-28
    • 文件大小:6281216
    • 提供者:余晟
  1. InjectDLL_Demo

    0下载:
  2. 一个经典的Delphi远程注入,很好,几乎可以整个代码搬下来。-A classic Delphi remote implantation, well, almost down to move the entire code.
  3. 所属分类:Dephi控件源码

    • 发布日期:2024-05-28
    • 文件大小:386048
    • 提供者:余晟
  1. InjectDll(vccode)

    0下载:
  2. 远程线程DLL注入,vc源码,远程线程DLL注入,vc源码-DLL into the remote thread, vc source, remote-threaded DLL injection, vc source
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-28
    • 文件大小:27648
    • 提供者:唐尧
  1. InjectDll

    0下载:
  2. Dll injector to inject a dll into a running proce-Dll injector to inject a dll into a running process
  3. 所属分类:Windows编程

    • 发布日期:2024-05-28
    • 文件大小:181248
    • 提供者:ByGrandaO
  1. Injector

    0下载:
  2. BOOL InjectDLL(DWORD ProcessID) { HANDLE Proc char buf[50]={0} LPVOID RemoteString, LoadLibAddy if(!ProcessID) return false Proc = OpenProcess(CREATE_THREAD_ACCESS, FALSE, ProcessID)
  3. 所属分类:系统编程

    • 发布日期:2024-05-28
    • 文件大小:26624
    • 提供者:artofsexy
  1. InJectDLL

    0下载:
  2. 这个DLL封装了两个函数,一个是InJectDll,一个是UnLoadDll,分别是讲一个DLL注入到一个进程和将一个DLL从一个进程中卸载。两个函数的参数都一样,第一个是要操作的进程PID,一个是要操作的dll名称字符串。-The DLL encapsulates the two functions, one is InJectDll, one UnLoadDll, respectively, talk about a DLL inj
  3. 所属分类:进程与线程

    • 发布日期:2024-05-28
    • 文件大小:14336
    • 提供者:王鹏
  1. ProInjector

    0下载:
  2. ProInject 1.0 1.) Set TargetEXE & InjectDLL in ProInject.ini 2.) Copy your DLL into the folder where ProInject.exe is 3.) Start ProInject.exe, check for errors, it will always exit after 10s. 4.) Star
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-28
    • 文件大小:29696
    • 提供者:sogetthis
  1. InjectDll

    0下载:
  2. 将一段数据注入到一个动态链接库中,程序会在动态链接库中新增一个section来存放注入的数据。-To inject a piece of data to a dll, the program will add a section in the target dll and fill it with the injecting data.
  3. 所属分类:系统编程

    • 发布日期:2024-05-28
    • 文件大小:224256
    • 提供者:zhouxu
  1. InjectDll

    1下载:
  2. DLL注入工具源码,包括远程线程注入以及启动暂停进程修改入口注入,另附后者需要的特殊DLL的源码-DLL injection tool source, including remote thread injection and start the process to modify the entrance into the suspension, which attached a special DLL source code nee
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-28
    • 文件大小:43008
    • 提供者:老灰
  1. InjectDll

    0下载:
  2. InjectDll DLL进程注入源代码-InjectDll DLL source code into the process
  3. 所属分类:驱动编程

    • 发布日期:2024-05-28
    • 文件大小:29696
    • 提供者:缀空
  1. InjectDll

    0下载:
  2. 通过DLL注入到其他进程 dll inject -dll injectdll injectdll injectdll injectdll inject
  3. 所属分类:钩子与API截获

    • 发布日期:2024-05-28
    • 文件大小:69632
    • 提供者:陈硕
« 12 3 »

源码中国 www.ymcn.org