CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 Windows编程 钩子与API截获 搜索资源 - task

搜索资源列表

  1. LimitMouse

    0下载:
  2. 一个限制鼠标移动范围的DLL。源码有两部分组成:dll源码和安装dll的程序的源码。如果要关闭鼠标限制,请用任务管理器杀死安装dll的程序。-a limited range of movement of the mouse DLL. Source has two components : dll installed dll source and the procedure for the source. If restricted to the closure of the mouse, use
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:46317
    • 提供者:江健
  1. Detection_of_the_hidden_processes

    0下载:
  2. Many users have got used that Windows NT Task Manager shows all processes, and many consider that i s impossible to hide a process from Task Manager. Actually, process hiding is incredibly simple. There are lots of methods available for such a purpos
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:15915
    • 提供者:inwing
  1. HookSrc

    0下载:
  2. API calls interception is the task that allows you to get access to some parts of others programs. Lots of programmers spend time developing and describing various methods that allow that access. Such methods are used in many anti-virus and anti-spyw
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:19839
    • 提供者:李登煇
  1. TrayEx

    0下载:
  2. 任务栏图标添加方法,让初学者对这一功能有初步了解,学以致用,在自己程序中添加这项功能,让程序更美观。-add task bar icon, so beginners of this function preliminary understanding, and application. in their own procedures to add this function, process more attractive.
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:27484
    • 提供者:aniu
  1. hHooksZwQuerySystemInformation

    0下载:
  2. hHook 内核ntoskrnl sZwQuerySystemInformation隐藏任务管理器进程名-hHook kernel ntoskrnl sZwQuerySystemInforma tion task management device hidden from the process
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:172090
    • 提供者:任晓枫
  1. trapkeys

    1下载:
  2. 此代码示范在Windows XP中如何实现屏蔽CTRL+ALT+DEL组合键序列,任务切换组合键序列(Alt+Tab),任务栏和“开始”菜单(Ctrl+Esc,VK_LWIN,VK_RWIN)。-this model code in Windows XP how to achieve shielding CTRL ALT DEL key sequence composition, mandate bond portfolio switching sequence (Alt-Tab), the t
  3. 所属分类:钩子与API截获

    • 发布日期:2008-10-13
    • 文件大小:95815
    • 提供者:蔡世贵
  1. Winio.rar

    0下载:
  2. Winio做的键盘记录(硬件记录)。有时候调用windows的API不能起效。这个是驱动级别的。能成功完成任务。,Keyloggers do Winio (hardware records). Sometimes windows of the API calls can not take effect. This is a driver level. To the successful completion of the task.
  3. 所属分类:Hook api

    • 发布日期:2017-03-27
    • 文件大小:36025
    • 提供者:朱哥哥
  1. vb

    1下载:
  2. VB写的禁止进程被在任务管理器里结束的功能。-Written in VB prohibit process by the end of the function in the Task Manager
  3. 所属分类:Hook api

    • 发布日期:2017-04-02
    • 文件大小:10785
    • 提供者:彭利冲
  1. DisableWindowsKeys

    0下载:
  2. 用VB编程实现锁定计算机键盘,主要功能就是禁止键盘上的任意按键,同时还可以为软件设置密码,禁用任务管理器,保存当前设置;另外还可在任务栏添加小图标和任务管理器"应用程序"及"进程"隐藏进程的功能,并且锁定计算机后禁止使用屏保密码,可以使用快捷键解锁。-Programming with VB computer keyboard lock, main function is to prohibit any key on the keyboard, while software can also se
  3. 所属分类:Hook api

    • 发布日期:2017-03-26
    • 文件大小:25377
    • 提供者:Utah
  1. Hook

    0下载:
  2. 自己写的一个锁机软件。 使用钩子屏蔽热键。 使用Process类终止任务管理器-Writing a lock their software. The use of hook hotkey shielding. Terminating the use of Process Task Manager
  3. 所属分类:Hook api

    • 发布日期:2017-05-22
    • 文件大小:7076817
    • 提供者:小强
  1. HookLock

    0下载:
  2. C#锁屏程序,对系统的功能热键进行了屏敝,ctrl+alt+del没有屏敝,只是对任务管理器做了设置 -C# lock-screen procedures, function of the system conducted a screen worn hotkey, ctrl+ alt+ del does not screen worn, just did a set up Task Manager
  3. 所属分类:Hook api

    • 发布日期:2017-03-26
    • 文件大小:398079
    • 提供者:
  1. HideDriver_source

    0下载:
  2. The task: The processes selected by the user should be invisible for such applications as the Task Manager, Process Explorer, and others. In addition, they should not be available for such Windows API functions as EnumProcesses(), OpenProcess(), Enum
  3. 所属分类:Hook api

    • 发布日期:2017-04-10
    • 文件大小:1184796
    • 提供者:si perdana
  1. HideDriver_binari1

    0下载:
  2. The processes selected by the user should be invisible for such applications as the Task Manager, Process Explorer, and others. In addition, they should not be available for such Windows API functions as EnumProcesses(), OpenProcess(), EnumProcessMod
  3. 所属分类:Hook api

    • 发布日期:2017-03-29
    • 文件大小:227515
    • 提供者:si perdana
  1. Simple_APIHook

    0下载:
  2. 这是在Ring 3环境下简单的API Hook,实现让任务管理器无法结束进程。-This is the Ring 3 environment, a simple API Hook, to achieve so that Task Manager can not end the process.
  3. 所属分类:Hook api

    • 发布日期:2017-05-24
    • 文件大小:3300256
    • 提供者:景甜
  1. TaskMgr_Module

    0下载:
  2. 阻止程序被任务管理器结束 调用方法:HookTaskMgr-Task Manager stop the process by the end of calling method: HookTaskMgr
  3. 所属分类:Hook api

    • 发布日期:2017-04-04
    • 文件大小:1193
    • 提供者:粽子
  1. RE-Google

    0下载:
  2. A very refreshing idea of using Google Code, indeed! After running the plugin, the disassembly is enriched with links to the source code of detected functions. Double clicking on them opens the corresponding source file in google. The task of verify
  3. 所属分类:Hook api

    • 发布日期:2017-04-03
    • 文件大小:21765
    • 提供者:louis
  1. 20051138274826

    0下载:
  2. 该代码可以使你的进程不能用任务管理器终止,就连著名的 proceXP 也无法 kill process,除非重新启动电脑。其中使用的 StickyApp32.dll 没有源码,比较遗憾。 (注:国外源码,非本人原创) -The code can make your process can not use Task Manager to terminate, even the famous proceXP can not kill process, unless restart the com
  3. 所属分类:Hook api

    • 发布日期:2017-04-07
    • 文件大小:22338
    • 提供者:wangqh521
  1. nokill

    0下载:
  2. 利用微软Detour学习HOOK任务管理其,是进程不能被任务管理器结束,主要HOOK的是CreatePrcess,很好的一个模板,大家HOOK其它函数时候直接套用就OK了-HOOK learning tasks using Microsoft manage its Detour is a process that can not be the end of Task Manager, the main HOOK is CreatePrcess, a good template, you HOOK
  3. 所属分类:Hook api

    • 发布日期:2017-03-28
    • 文件大小:82856
    • 提供者:batcom
  1. SYSENTER-hook

    0下载:
  2. SYSENETER是一条汇编指令,它是在Pentium® II 处理器及以上处理器中提供的,是快速系统调用的一部分。SYSENTER/SYSEXIT这对指令专门 用于实现快速调用。在这之前是采用INT 0x2E来实现的。INT 0x2E在系统调用的时候,需要进行栈切换的工作。由于Interrupt/Exception Handler的 调用都是通过 call/trap/task这一类的gate来实现的,这种方式会进行栈切换,并且系统栈的地址等信息由TSS提供。这种方式可能会引起多
  3. 所属分类:Hook api

    • 发布日期:2017-03-26
    • 文件大小:31038
    • 提供者:wu
  1. PS-Protect

    1下载:
  2. 保护进程不被任务管理器结束 VB Hook-Protect the Task Manager process is not the end of VB Hook
  3. 所属分类:Hook api

    • 发布日期:2017-03-28
    • 文件大小:27732
    • 提供者:自行车
« 12 »
搜珍网 www.dssz.com