搜索资源列表

  1. apihooktool

    0下载:
  2. 近日由于需求问题,需要写一个 API Hook 相关的东西,温习了一下牛写的《Windows 核心编程》,做了一个小工具,用来将自定义的 Dll 注入进程空间,并钩住指定 API 函数,关于注入和钩 API 的代码,牛的书里和配套光盘中已经有了,这里主要介绍如何使用这个小工具方便实现截获 API 的功能。(补充代码)-recent demand, the need to write an API Hook related things,
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:107039
    • 提供者:京用
  1. 进程注入器

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

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

    0下载:
  2. 这是一个Hook windowsAPI 的例子。 本DLL是HOOK windows的messagobox函数 并将应用程序中调用messagebox函数弹出的对话框的样式修改了一下!修改后的对话框效果见源代码里的效果图!在release目录里自带一个将dll注入进程的程序!-Hook windowsAPI example. The DLL is the messagobox HOOK windows function will
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:39232
    • 提供者:王凯兵
  1. c++down远程线程注入

    1下载:
  2. c++写得下载者源码,远程线程注入,文件映射通信。client是用bcb写得 。 server在资源中包涵dll。合适初学者参考-c written those who download the source code into remote threads, document mapping communications. Moreover client is written. Server resources covered in
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:77638
    • 提供者:fpx
  1. DDPHelpSrc

    0下载:
  2. QQ对对碰游戏外挂 功能: 1.能够自动提示能够消除的对对碰 2.能够模拟鼠标自动消除 3.可以加快速度 4.自动开始 虽然此程序仅仅是一个小外挂,但也使用到了一些技术. 1.线程的使用 2.程序窗口查找 3.dll注入技术 4.api hook 技术 5.单进程全局热建钩子 6.不通过特定颜色判断相同方格的方法 7.模拟鼠标的两种方法,mouse_event(
  3. 所属分类:外挂编程

    • 发布日期:2008-10-13
    • 文件大小:121063
    • 提供者:阿东
  1. postkill

    0下载:
  2. system权限下,创建远程线程将dll注入用户进程,以用户身份发送消息。此例对指定程序发送一个WM_QUIT消息。专用来使防火墙类程序正常退出。传递参数使用注册表实现。-system authority, the creation of dll threaded remote users into the process, to send user information. Such cases to send a designate
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:47131
    • 提供者:张三
  1. Hooker2.5

    0下载:
  2. 一个记录键盘的完整程序,采用dll注入方式hook API,有完整的dll代码和注入程序的代码,及lzw压缩算法的完整代码。-a record keyboard integrity procedures used dll injected hook API, a complete dll injection procedure code and the code, and the compression algorithm 4,558,
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:38566
    • 提供者:onlyu
  1. dllIn_1153036665

    0下载:
  2. Dll 注入到其余进程中 测试通过,请斑竹审核 我想下载-Dll injection of the rest of the test process, I would like to examine Banzhupai Download
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:29882
    • 提供者:张涛
  1. SAMPLE74

    0下载:
  2. DLL注入,用MFC制作的简单的注入,次程序充分体现出MFC的强大功能 -DLL injection, using a simple MFC produced the injection, meeting procedures which fully reflects the power of MFC
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:3733155
    • 提供者:孙权
  1. XPhook

    0下载:
  2. 我在XP下用过detour,也是用钩子将dll注入到其他进程进行API拦截,当时拦截的是 ShowWindow以及文件操作的一些API,感觉没什么问题阿.你可以先用Detour拦截一下其他的API试试,比如 CreateProcess,这个API我拦截过,Detour能拦截的 -I used the XP detour. also used to hook dll injected into other processes API
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:2312
    • 提供者:byron
  1. HOOKWindowsAPI

    0下载:
  2. 1. 内容 2. 介绍 3. 挂钩方法 3.1 运行前挂钩 3.2 运行时挂钩 3.2.1 使用IAT挂钩本进程 3.2.2 改写入口点挂钩本进程 3.2.3 保存原始函数 3.2.4 挂钩其它进程 3.2.4.1 DLL注入 3.2.4.2 独立的代码 3.2.4.3 原始修改 4. 结束语-1. Content 2. Introduction 3. Linke
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:11959
    • 提供者:flyfan
  1. asfdkjazrujingcheng

    0下载:
  2. dll注入的vc程序-dll injected vc procedures
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:37602
    • 提供者:刘用
  1. SocketPackage

    1下载:
  2. 这是一个完整的网络数据包截获程序,类似WPE,使用了SPI、DLL注入、键盘截获等原理,如今的游戏都可以封杀WPE进程了,那就用这个程序吧。在XP下VC6编译通过-This is a complete network data packets intercepted procedures similar AE, the use of the SPI, DLL injection, Keyboard intercepted and so
  3. 所属分类:网络编程

    • 发布日期:2008-10-13
    • 文件大小:2612973
    • 提供者:都都浪人
  1. 2007031716045822831

    0下载:
  2. 一个简单的开机保护程序 无任何控件 全api编写 关键字 :键盘钩子, dll注入,api函数 api操作注册表, windows消息-a simple reboot protection procedures without any controls all api prepared keyword : keyboard hook, dll implantation, api function api operate the
  3. 所属分类:操作系统开发

    • 发布日期:2008-10-13
    • 文件大小:131820
    • 提供者:李顺
  1. DLLInjectTest

    0下载:
  2. DLL注入示例,用VC++写DLL和注入主程序,运行后注入到系统程序中-DLL injection example, the VC write DLL injection and main program, the operating system after the injection procedure to
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:21298
    • 提供者:
  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. dll_plug

    0下载:
  2. 将dll注入到其他进程中,极有参考价值,希望大家喜欢-will dll injected into other processes, it is very valuable, and hope you like
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:37949
    • 提供者:yang
  1. dllinject_Delphi

    0下载:
  2. 用delphi实现的DLL注入的示例代码-with delphi achieve DLL injection of sample code
  3. 所属分类:Dephi控件源码

    • 发布日期:2008-10-13
    • 文件大小:9416
    • 提供者:qpal
  1. 3

    0下载:
  2. 密码框查看工具 源代码 (1)密码框查看工具提升自身进程的权限,增加DEBUG权限; (2)根据鼠标位置获得窗口句柄; (3)根据窗口句柄获得所属的进程ID; (4)密码框查看工具以PROCESS_ALL_ACCESS方式打开该进程; (5)往该进程中注入线程代码; (6)建立并执行远程线程,在该远程线程中使用GetWindowText以获取窗口文本; (7)密码框查看工具读取内容并显示。 密码框
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:180864
    • 提供者:wxf
  1. TestDebug

    0下载:
  2. 跟踪监视方案概览 作者:彭春华 当我们对某一目标程序进行API函数的跟踪监视分析时,根据跟踪监视的目标,基本上有以下几种途径实现对API函数的跟踪监视: 写Log记录分析 如果拥有目标程序的源代码,就可以在关键的API函数的入口点和出口点记录API的参数和运行结果。在除错程序中是经常可以看到这种方法的。该方法的缺点就是必须拥有源代码,每次修改Log时必须重新编译源代码。由于该方案和我们要讨论的目标不
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:35518
    • 提供者:李泉
« 1 2 ... 5 6 7 8 9 1011 12 13 14 15 ... 43 »

源码中国 www.ymcn.org