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

搜索资源列表

  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 designated WM_QUIT news. Dedicated to e
  3. 所属分类:进程与线程

    • 发布日期:2008-10-13
    • 文件大小:47131
    • 提供者:张三
  1. DisableCtrl+Alt+Del

    0下载:
  2. 完美屏蔽 Ctrl+Alt+Del,采用内嵌汇编实现无DLL,远线程注入winlogon进程,屏蔽相关消息。-perfect shielding Ctrl Alt Del, the compilation includes a free DLL, Version far threads into the process, shielding related news.
  3. 所属分类:系统编程

    • 发布日期:2008-10-13
    • 文件大小:6891
    • 提供者:verywzm
  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 registry, windows news
  3. 所属分类:操作系统开发

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

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

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

    0下载:
  2. MsgInject 利用消息注入代码
  3. 所属分类:弱点检测代码

    • 发布日期:2008-10-13
    • 文件大小:39544
    • 提供者:open
  1. lockwindows

    0下载:
  2. 本来用键盘驱动程序能完美解决的,可未免也杀鸡用牛刀,场面搞大了点。其实当你登录后,Winlogon创建一个新的桌面并调用Explorer。,而Winlogon则在另一个名为Winlogon的桌面中,也就是说,NT至少有一个桌面,就是你登录前看到的那个,(题外话:所以写个虚拟桌面工具,就难不倒你啦)。而Ctrl+Alt+Del对系统而言,也不过就是个热键罢了,只是它被定位到Winlogon桌面中去了,同样,它也必然有一个窗口负责处理这个热键消息的,因此,解决方案就出来,如果我们可找到这个窗口并子类
  3. 所属分类:系统编程

    • 发布日期:2014-01-16
    • 文件大小:18335
    • 提供者:jing
  1. HookSendMessage

    1下载:
  2. 对指定的窗口发送SendMessage消息`主要是将函数注入到程序里,然后在调用
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:312480
    • 提供者:陈龙
  1. HookCode

    0下载:
  2. VC++写的APIHook实例源代码,大致翻了一下,只挂引入表的函数,注入有SetWindowHookEx和CreateRemoteThread两种方式,进程枚举也区分了不同系统下使用的psai和toolhelp,另外为了获得Process的创建消息,做了一个驱动来注册回调函数,总的来说,在注入部分做得相当棒,如果想挂各种函数,可以结合detour使用。-VC++ to write the source code examples APIHook generally turned a bit,
  3. 所属分类:Windows Kernel

    • 发布日期:2017-03-28
    • 文件大小:71454
    • 提供者:Massachusetts
  1. DLLremoteinject

    1下载:
  2. DLL远程注入技术范例, 详细注释说明如何把一个DLL远程注入到另外的进程里面,利用钩子监视外进程的消息。-Examples of long-range DLL injection technique, detailed notes on how to bring a long-range DLL is injected into another process which, to use hooks to monitor the news outside the process.
  3. 所属分类:Hook api

    • 发布日期:2014-12-25
    • 文件大小:592793
    • 提供者:Tan LiHui
  1. zhur

    0下载:
  2. 通过消息和线程两种方式实现注入,适合初学者-News and threaded through two ways to achieve implantation, suitable for beginners
  3. 所属分类:Hook api

    • 发布日期:2017-04-02
    • 文件大小:64817
    • 提供者:水月
  1. SysHotKey

    0下载:
  2. | | | 实现原理: | | 锁定 Ctrl+Alt+Del 使用远程线程、代码注入及子类化技术 | | 其它键盘消息使用普通钩子技术 | | | | 本模块向 VB 程序员展示远程线程、代码注入等似乎被列入 | | 只有Delphi、VC程序员才可能使用的技术,同时目前诸多木马 | | 也同样大量使用这些技术。注入的方式比 Dll 钩入更加隐蔽。 | | 注入后无进程、无文件 -| | | Principle: | | lock Ctr
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-29
    • 文件大小:14527
    • 提供者:kidy
  1. HookToolsrc

    0下载:
  2. 前两天有个朋友想让我帮做个ApiHook的东西,公司的网较慢,只能搜国内网站,结果搜了n个没有完整原代码,极度郁闷,现转一个codeproject的原代码,以后也方便自己下载使用。 说明一下,这个代码在CodeProject有下,代码我大致翻了一下,只挂引入表的函数,注入有SetWindowHookEx和CreateRemoteThread两种方式,进程枚举也区分了不同系统下使用的psai和toolhelp,另外为了获得Process的创建消息,做了一个驱动来注册回调函数,总的来说,在注入部
  3. 所属分类:Hook api

    • 发布日期:2017-04-24
    • 文件大小:68388
    • 提供者:szg
  1. tricksrc

    0下载:
  2. 代码我大致翻了一下,只挂引入表的函数,注入有SetWindowHookEx和CreateRemoteThread两种方式,进程枚举也区分了不同系统下使用的psai和toolhelp,另外为了获得Process的创建消息,做了一个驱动来注册回调函数,总的来说,在注入部分做得相当棒,如果想挂各种函 数,可以结合detour使用。 -Code more or less turned me a little, only linked to the introduction of the func
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-15
    • 文件大小:6702
    • 提供者:winj
  1. apihooksrc

    0下载:
  2. 个ApiHook的东西 这个代码在CodeProject有下,只挂引入表的函数,注入有SetWindowHookEx和CreateRemoteThread两种方式,进程枚举也区分了不同系统下使用的psai和toolhelp,另外为了获得Process的创建消息,做了一个驱动来注册回调函数,总的来说,在注入部分做得相当棒,如果想挂各种函 数,可以结合detour使用。 -This code has CodeProject, only linked to the introduction
  3. 所属分类:Hook api

    • 发布日期:2017-04-05
    • 文件大小:67889
    • 提供者:chenxq
  1. Hooktheprocess

    0下载:
  2. Hook在系统进程插入线程的改进版本,进程的注入hook,加入Dll控制,消息控制,功能强大。-Hook the process to insert the thread in the system to improve the version of the injection process hook, adding Dll control, information control and powerful.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-07
    • 文件大小:22816
    • 提供者:siliemor
  1. UIwindowless

    0下载:
  2. windowless模式窗口,适合开发UI引擎,能从外部注入消息-windowless mode window, suitable for development of UI engine, from the outside into the message
  3. 所属分类:GUI Develop

    • 发布日期:2017-04-01
    • 文件大小:343290
    • 提供者:杨振兴
  1. inject2

    0下载:
  2. DLL注入、输入法与键盘HOOK\2-拦截并修改输入法+拦截但不修改键盘消息(使用WH_KEYBOARD钩子,对控制台程序无效,稳定性最佳-dll injection
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:52239
    • 提供者:王河
  1. MMsggInjeccts

    0下载:
  2. MsgInjectt 运用消息注入代码 -MsgInjectt use the message to inject code
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-16
    • 文件大小:39843
    • 提供者:xiying
  1. message-inject-demo

    0下载:
  2. 外挂编程消息注入框架。每次弄新的游戏,都要重新弄框架,摔!所以决定上传下,感觉应该有用。-News programming plug injection framework. Get a new game, we must get back every frame, wrestling! So I decided to upload the next, I feel it should be useful.
  3. 所属分类:Game Hook Crack

    • 发布日期:2017-04-25
    • 文件大小:277886
    • 提供者:zhanghao
  1. 黑月消息注入DLL

    1下载:
  2. 黑月消息注入DLL ,例程中注入的是 跑跑卡丁车 ,使用了 黑月界面类2.7.3.ec 模块。(The message into the DLL, routine injection is a kart, using black type on the interface of 2.7.3.ec module.)
  3. 所属分类:易语言编程

« 12 3 »
搜珍网 www.dssz.com