登录
首页 » Others » xubcldss_dqnamic

xubcldss_dqnamic

于 2017-04-23 发布 文件大小:62KB
0 208
下载积分: 1 下载次数: 1

代码说明:

  这是一个禁止浏览某些网站的程序,可以直接调试通过,非常好用,适合于学习(This is a ban on certain web site procedures, can be directly debugging through, very good, suitable for learning)

文件列表:

pIEHelper1
..........\dlldata.c,837,2003-03-26
..........\IEHelper.aps,4200,2003-09-20
..........\IEHelper.clw,610,2003-09-20
..........\IEHelper.cpp,2288,2003-03-27
..........\IEHelper.def,224,1997-10-22
..........\IEHelper.dsp,15916,2003-03-20
..........\IEHelper.dsw,539,2003-01-15
..........\IEHelper.h,5466,2003-03-26
..........\IEHelper.idl,751,1997-10-22
..........\IEHelper.ncb,82944,2003-09-20
..........\IEHelper.opt,76800,2003-09-20
..........\IEHelper.plg,1741,2003-09-18
..........\IEHelper.rc,3677,1997-10-30
..........\IEHelper.tlb,1580,2003-03-26
..........\IEHelperps.def,250,1997-10-22
..........\IEHelper_i.c,1120,2003-03-26
..........\IEHelper_p.c,4925,2003-03-26
..........\IEHlprObj.cpp,4931,2003-09-18
..........\IEHlprObj.h,1569,2003-03-26
..........\IEHlprObj.rgs,774,1997-10-24
..........\Readme.txt,2418,1997-12-29
..........\resource.h,591,1997-10-30
..........\StdAfx.cpp,338,1997-10-30
..........\StdAfx.h,966,2003-09-17
最后的应用程序
..............\IEHelper.dll,65536,2003-09-18
..............\shell.bat,54,2003-09-18
..............\SiteList.txt,28,2003-10-25
..............\StopPopup.exe,114806,2003-09-18

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • InnerHook
    Hook编程。如何安装钩子过程,如何编写全局钩子,动态连接库里的全局变量数据共享问题分析。(Hook programming. How to install the hook process, how to compile the overall hook, 13-17 Dynamic Link global variable data sharing analysis.)
    2007-07-04 19:40:11下载
    积分:1
  • hook-SOCK
    c# HOOK SOCKET Send,看了一下,写这类的档案太少了(failed to translate)
    2011-04-30 20:58:00下载
    积分:1
  • nei-he-zhu-ru
    N种内核注入DLL的思路及实现,很好的参考资料(Kernel inject DLL N kinds of ideas and implementation, good reference)
    2013-10-22 12:46:42下载
    积分:1
  • Disable-key-combination
    本示例程序演示了如何在子窗体中禁止切换组合键和关闭组合键功能。(This sample program demonstrates how to disable the subform combination of keys on and off switching function key combinations.)
    2013-07-17 22:24:36下载
    积分:1
  • guoqudongDLL
    另一种思路注入目标进程的方法 可作为拓宽思维的例子(zhuru dll)
    2013-10-21 15:29:03下载
    积分:1
  • MouseKeyHook
    消息钩子源码(SetWindowsHookEx)-拦截鼠标和键盘消息的示例程序(News source hook (SetWindowsHookEx)- intercept the mouse and keyboard messages sample procedures)
    2007-09-06 15:47:30下载
    积分:1
  • keymouse
    键盘模拟鼠标的源码 (The source to smimulate keyboard and mouse input)
    2021-04-13 02:58:56下载
    积分:1
  • ApiYoudao
    说明:  有道翻译接口破解。 免费使用翻译,无数量限制。(Free use of youdao translation, unlimited restrictions.)
    2020-06-22 00:00:02下载
    积分:1
  • PNEV512B_-_LPC1227_NDEFmsg
    1. Document purpose This document describes the content of the source package as well as known problems and restrictions. A separate User Manual describes the first steps how to use the software in combination with the Hardware. 2. Known problems and restrictions * Restrictions The Software is restricted to the Hardware, described in the attached schematics. The API is intended for the NXP contactless/contact reader ICs, as such the API is not to be ported to any technology from any other vendor. The Software is running on a Cortex M0 LPC1227/301 controller from NXP. NXP will not support porting to any other vendor platform. The Hardware will go through an CE certification, as such there may be future versions of this Hardware which will have small adaptations in the schematics. Nevertheless the software is designed in a way to support also the future variants. The Software stack was validated according to CE.(1. Document purpose This document describes the content of the source package as well as known problems and restrictions. A separate User Manual describes the first steps how to use the software in combination with the Hardware. 2. Known problems and restrictions* Restrictions The Software is restricted to the Hardware, described in the attached schematics. The API is intended for the NXP contactless/contact reader ICs, as such the API is not to be ported to any technology from any other vendor. The Software is running on a Cortex M0 LPC1227/301 controller from NXP. NXP will not support porting to any other vendor platform. The Hardware will go through an CE certification, as such there may be future versions of this Hardware which will have small adaptations in the schematics. Nevertheless the software is designed in a way to support also the future variants. The Software stack was validated according to CE.)
    2013-07-16 19:50:29下载
    积分:1
  • driver
    用DDDK编写驱动,修改SSDT表HOOK NTDebugActiveProcess函数 钩子函数中可以判断PID号,决定是否放行,放行则在钩子函数中调用原来的NTDebugActiveProcess函数.否则直接返回False.HOOK成功后所有调用DebugActiveProcess的程序将会失效.当然可以按照你的需要HOOK更多的系统服务函数.同一服务函数的服务号在每个操作系统版本中是不同的.下面附件中编译完成的驱动请在WinXP SP2的环境下测试.否则可能会导致直接重启(Used to prepare DDDK drive, modify SSDT Table HOOK NTDebugActiveProcess function hook function can determine the PID number, decide whether to release, release in the hook function to call the original function NTDebugActiveProcess. False.HOOK Otherwise, after the success of a direct return all calls DebugActiveProcess procedures will be failure. You can, of course, in accordance with the needs of more system services HOOK function. the same service function of the service in each of the operating system versions are different. following the completion of the annex to compile drivers in WinXP SP2 test environment. or else may lead to the resumption of direct)
    2007-11-02 17:54:26下载
    积分:1
  • 696516资源总数
  • 106648会员总数
  • 8今日下载