CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 搜索资源 - 注入 卸载

搜索资源列表

  1. 进程注入器

    1下载:
  2. 一个远程注入动态连接库的程序,也可以卸载模块-a remote DLL injection procedures can also uninstall module
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:29.41kb
    • 提供者:田江和
  1. RemoteDLL

    0下载:
  2. DLL的远程注入技术是目前Win32病毒广泛使用的一种技术。使用这种技术的病毒体通常位于一个DLL中,在系统启动的时候,一个EXE程序会将这个DLL加载至某些系统进程(如Explorer.exe)中运行。这样一来,普通的进程管理器就很难发现这种病毒了,而且即使发现了也很难清除,因为只要病毒寄生的进程不终止运行,那么这个DLL就不会在内存中卸载,用户也就无法在资源管理器中删除这个DLL文件-DLL injection technique is widely used Win32 virus a t
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:44.37kb
    • 提供者:豹仔
  1. UnLoadDll

    0下载:
  2. 卸载其他进程的加载的DLL 平时都是其他人遍的程序注入我们自己的进程空间 现在我们可以通过这个方法卸载他人注入的d-other unloading process of loading the DLL peacetime are other people all over the procedures into the process of our own space now We can in this way by unloading others injected d
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:26.74kb
    • 提供者:lyyer
  1. freeremotelib

    0下载:
  2. 利用远程线程注入,将指定进程内已加载的DLL卸载掉.
  3. 所属分类:进程与线程

    • 发布日期:2014-01-20
    • 文件大小:9.96kb
    • 提供者:vercettisoft
  1. VB远程DLL注入、卸载及自我删除

    3下载:
  2. VB远程注入DLL、并尝试卸载程序和自我删除,此为代码不是太多,放上来供参考,请不要用于非法途径,仅供学习研究。
  3. 所属分类:源码下载

  1. EXESample

    0下载:
  2. 一个注入EXE的例子程序,万一运行了也没关系,里面带了卸载程序.-An example of injection EXE program, one thousand run, it doesn t matter, it brought uninstall program.
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-06
    • 文件大小:55.4kb
    • 提供者:zhuzhu
  1. VB

    0下载:
  2. 一个利用VB远线程注入技术实现键盘拦截的例子注意:非 Ctrl+Alt+Del 键使用普通钩子技术,因此 程序在退出时注意要卸载钩子。 -Using VB far into a thread an example of technology to intercept the keyboard Note: Non-Ctrl+ Alt+ Del key technology using ordinary hook, so pay attention to exit the program to
  3. 所属分类:Hook api

    • 发布日期:2017-03-24
    • 文件大小:13.07kb
    • 提供者:李兰
  1. VBzhuruDLL

    0下载:
  2. 很多人说VB不能远程注入DLL,其实是错误的。VB其实也能象C++等其他语言一样轻松搞定,不信就看看这个代码。这个代码经过充分测试,包括系统进程都可以正常注入和卸载,就连杀毒软件都能注入。-Many people say that VB can not remote into the DLL, in fact, is wrong. VB can be a matter of fact, as C++ and other languages as easily get, do not look a
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-31
    • 文件大小:116.59kb
    • 提供者:289
  1. DllInjector

    0下载:
  2. 提供两个函数,分别用于向其它进程注入和卸载指定DLL模块。 支持Unicode编码。-Tow functions, inject/uninject dll module to any other processes.
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-01
    • 文件大小:1.42kb
    • 提供者:jpexe
  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 injected into a process and a DLL
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-28
    • 文件大小:14.33kb
    • 提供者:王鹏
  1. dll_remotethread_inject

    0下载:
  2. dll远程注入进程后,自行卸载的源代码 压缩包解压时-dll remote thread inject code
  3. 所属分类:Windows Develop

    • 发布日期:2014-04-18
    • 文件大小:24.75kb
    • 提供者:xieking888
  1. ProcessMng

    1下载:
  2. 该软件实现了简单的windows任务管理器功能,具有查看进程、结束进程、查看进程模块、DLL注入、DLL卸载等功能-The software implements a simple task management feature windows with view the process, the end of the process, view the process module, DLL injection, DLL unloading functions
  3. 所属分类:Process-Thread

    • 发布日期:2017-03-29
    • 文件大小:16.54kb
    • 提供者:zh
  1. MOON

    1下载:
  2. 基于易语言的DNF*注入器源码,功能有注入和卸载。 -DNF based on easy to plug into the device language source code, function injection and uninstall.
  3. 所属分类:*编程

    • 发布日期:2017-04-16
    • 文件大小:171.5kb
    • 提供者:刘乐
  1. 20108261301438

    0下载:
  2. 看到现在很流行输入法注入,但是找不到delphi版本的,所以参考C++的做了delphi版的。注入需要3个文件,一个是控制程序用来安装输入法,卸载输入法 一个是什么也不做的输入法程序 一个是要注入的dll。虽然现在很多杀毒软件都对这个做了拦截,但在有的时候还有有用的。-That input into the now very popular, but can not find delphi versions, so refer to C++, delphi version do. Into th
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-04
    • 文件大小:25.66kb
    • 提供者:jialinjiang
  1. processhacker

    0下载:
  2. 进程查看工具,用于查看和操作流程。 其最基本的功能包括: *查看,终止,暂停和恢复进程 *重新启动进程,创建转储文件,分离从 任何调试,查看堆,注入的DLL等。 *查看详细过程的信息,统计,和 性能信息 *查看,终止,挂起和恢复线程 *查看详细令牌包括修改的信息( 权限) *查看和卸载模块 *查看内存区域 *查看环境变量 *查看和关闭处理 *查看,控制和编辑服务 *查看和关
  3. 所属分类:Process-Thread

    • 发布日期:2017-05-24
    • 文件大小:7.39mb
    • 提供者:先后
  1. 106

    0下载:
  2. 远程DLL注入、卸载及自我删除 ,很不错的VB源码,适合VB爱好者学习研究。-The remote DLL injection, unload and self to delete, very good VB source code, suitable for VB lovers study.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:10.36kb
    • 提供者:letruck
  1. dll注入目标窗口与卸载

    0下载:
  2. dll注入目标窗口与卸载源码,这个是.cpp文件,改完直接拖进vc可直接运行
  3. 所属分类:钩子与API截获

  1. DLL自卸载无模块注入源码

    1下载:
  2. .版本 2 hFile = CreateFileA (strFileName, #GENERIC_READ, #FILE_SHARE_READ, 0, #OPEN_EXISTING, #FILE_ATTRIBUTE_NORMAL, 0) .如果真 (hFile = -1) 返回 (假) .如果真结束 pFileBuff = 0 nFileSize = GetFileSize (hFile, 0) .如果真 (nFileSize = 0) 返回 (假) .如果
  3. 所属分类:网络编程

  1. 辅助加载

    0下载:
  2. dnf加载源码,自动注入卸载,111111111111111(DNF loading source, automatic injection of unloading, 111111111111111)
  3. 所属分类:其他

  1. 驱动注入?

    2下载:
  2. 进入主程序 后 就可以卸载驱动了 无任何残留 可做到绕过TP文件检测 test.exe 以签名 无文件扫描 检测 但是建议进入游戏后 卸载驱动 然后关闭窗口 使用方法 第一个编辑框 设置 要注入的进程名 第二个编辑框 设置 DLL路径 然后 点击初始化 进游戏即可 支持 全系统 WIN8 WIN10 以管理员权限运行(Once you enter the main program, you can uninstall the driver without any residue
  3. 所属分类:驱动编程

    • 发布日期:2020-02-23
    • 文件大小:1.9mb
    • 提供者:123213331
« 12 3 »
搜珍网 www.dssz.com