Welcome![Sign In][Sign Up]
Location:
Search - hook delete

Search list

[Windows DevelopCtrl+Alt+Delete

Description: 用Delphi编写禁止Ctrl+Alt+Delete热键钩子(线程注入)-with Delphi ban Ctrl Alt Delete hotkeys hook (thread injection)
Platform: | Size: 199440 | Author: | Hits:

[Windows DevelopCtrl+Alt+Delete

Description: 用Delphi编写禁止Ctrl+Alt+Delete热键钩子(线程注入)-with Delphi ban Ctrl Alt Delete hotkeys hook (thread injection)
Platform: | Size: 199680 | Author: | Hits:

[File OperateHookFuction2

Description: windows操作系统上文件及文件夹打开创建关闭删除各种功能的监视,驱动开发程序--windows operating system files and folders to open to create a variety of functions closed delete surveillance, driver development program--
Platform: | Size: 7168 | Author: beijing | Hits:

[Hook apihookapplication

Description: 编译顺序: 1、GlobalHook 2、将编译好的GlobalHook.lib拷贝到Savekey目录下编译 使用时将GlobalHook.dll和Savekey.exe放在同一目录。该程序运行后无界面,在InitInstance函数中使用了自己的消息循环,随时记录键盘的输入字符,累加存放在c:\\windows\\Key_年_月.log文件中,每分钟检查一次该文件,当检测到有“inter2020”字符串时,将前面的字符删除,只保留“inter2020”及其后面的所有字符,并设置标记下次时钟时将不再记录键盘输入。 此程序是全局键盘钩子的综合应用。-Compile order: 1, GlobalHook2, will be compiled into GlobalHook.lib copy Savekey directory will be compiled using GlobalHook.dll and Savekey.exe on the same directory. After running the program without the interface, in the InitInstance function of the use of its own news cycle, at any time record keyboard input characters, cumulative stored in c: \ windows \ Key_ years _ months. Log file, per minute once the file, When testing the inter2020 string, it will be in front of characters to delete, leaving only the inter2020 and behind all the characters, and set the clock when the next marker will no longer record keyboard input. This procedure is a global keyboard hook of the integrated application.
Platform: | Size: 430080 | Author: 韩冰 | Hits:

[Scannervxd

Description: 一个用HooK来实现对文件监视的代码,看以监视文件的修改,和删除等。-Hook used to achieve a document to monitor the code, look to monitor file changes and delete and so on.
Platform: | Size: 25600 | Author: beijing | Hits:

[Exploithook_discuz

Description: 曼虎discuz钩子3.1 ,把 Discuz5.5.0 论坛和曼波整站系统5.1.0 整站系统整合在一起,实现曼波和 Discuz 的用户注册、用户资料修改/删除、用户登录/退出等同步处理。用户无论在曼波还是在 Discuz 中进行用户注册、用户资料修改/删除、用户登录/退出等操作,都能在另一系统实现同步-Discuz Mamhoo hook 3.1, the entire Discuz5.5.0 Forum and Mambo 5.1.0 Station integrated with the whole points system, the realization of Mambo and Discuz user registration, user information edit/delete, user login/out of sync and so on. Users both in Mambo Discuz carried out or in the user registration, user information edit/delete, user login/out of such operations in another system can synchronize
Platform: | Size: 21504 | Author: angya | Hits:

[Hook apiexpxv.5

Description: 这是一个编辑/查看PE文件导出表的工具。利用它可以方便的对PE文件的导出表进行增、删、改的操作,现在它还可以用于给没有导出表的文件添加导出函数。 这个工具除了PE diy外,通过为导出函数添加Forward信息等方法还可以实现函数hook,dll注入等功能。-This is an edit/view PE file Export Table tool. It can be convenient to use for PE files by exporting table, delete, change operations, and now it can be used to export the table did not add export function. PE diy this tool in addition to outside, through the Export function to add information such as Forward method can also achieve the function hook, dll injection functions.
Platform: | Size: 96256 | Author: 董林 | Hits:

[Shell apiCopyHookService

Description: 用拷贝钩子实现对文件的监视,包括对文件的移动、删除、复制等,用到的是ICopyHook这个COM接口-Hook used copy of the document to achieve the surveillance, including the movement of files, delete, copy, etc. is used in the COM interface ICopyHook
Platform: | Size: 3323904 | Author: wanjingwei | Hits:

[Othersource_delete_new

Description: 解决内存泄露的源代码,重载了NEW DELETE 函数,通过获取指针的钩子,截获内存泄露的元凶-Solve the memory leak of source code, overloading the NEW DELETE function, through access to the hook pointer, memory leak intercepted the culprit
Platform: | Size: 2048 | Author: gezhenjiang | Hits:

[OS programMyCopyHook

Description: 这是用C++写的一个用于创建拷贝钩子的COM接口处理程序,它可以决定文件夹或打印机是否允许被移动、拷贝、重命名或删除等。有源码说明。-This is a C++ to write with a hook used to create copies of procedure of the COM interface, it can decide whether folders or printers have been allowed to move, copy, rename, or delete. There are source notes.
Platform: | Size: 14336 | Author: Leviathan | Hits:

[Windows DevelopHookIATDll

Description: hook windows Api函数,控制文件的打开,删除,复制。-hook windows Api function, control file open, delete, copy.
Platform: | Size: 2613248 | Author: 陈刚 | Hits:

[OS programForceDel

Description: 强制删除文件,无注入无驱动无hook,原理就是查找文件的锁定句柄,然后关闭句柄。-Force delete a file, no injection of non-driven non-hook, locking principle is to find the file handle, and then close the handle.
Platform: | Size: 13312 | Author: clzzy | Hits:

[Process-ThreadRemote_into_the_sourcecode

Description: 为了屏蔽Ctrl+Alt+Delete这个功能,花了不少时间,也学了不少东西,也经历了本本被偷的悲剧,哎~代码都是从DSK V1 Final中抠出来的,而且我把远线程注入写成了一个Class。DLL用的是MFC的Dynamic-Dll 其实,如果你选择WH_KEYBOARD HOOK,那么提到SE_DEBUG之后,OS会帮你把DLL注入到Winlogon,免去了自己使用远线程的麻烦。但是小花说,用全局钩子注入不是好孩子,所以…… DSK V1 Final Update: *增加主程序重复运行情况处理 *增加屏蔽Ctrl+Alt+Delete *修正Ctrl+Shift的一个BUG *增加屏蔽Ctrl+Shift+Esc 修正了,DLL改用Windows-Standard-Dll,应该可以普遍适用了。不过有可能在Vista下还需要使用管理员运行。不过话说MFC的Dynamic DLL只有10K多,StdDll居然有40KB多…… -In order to shield Ctrl+ Alt+ Delete this function, spent a lot of time, but also learned a lot, also experienced the tragedy of the stolen books, hey ~ code is from DSK V1 Final in the pull out, and I put away thread is written into a Class. Using a MFC-DLL Dynamic-Dll In fact, if you choose WH_KEYBOARD HOOK, then after that SE_DEBUG, OS will help you to DLL injected into the Winlogon, eliminates the trouble of their own thread using the remote. But the flowers that the injection is not a good boy with a global hook, so ... ... DSK V1 Final Update: * Repeat the operation to increase the main program processing * Increase the shielding Ctrl+ Alt+ Delete * Fixed a BUG Ctrl+ Shift * Increase the shielding Ctrl+ Shift+ Esc Fixed, DLL use Windows-Standard-Dll, should be universally applied. However, there may also need to use an administrator under Vista to run. But having said that the Dynamic DLL MFC only 10K more, StdDll actually have more than 40KB ... ...
Platform: | Size: 20480 | Author: zhaoyadong | Hits:

[Delphi VCLctrl-alt-del

Description: 使用全称钩子hook屏蔽ctrl+alt+delete,也就是禁用任务管理器-With the full hook hook shield ctrl+ alt+ delete, task manager is disabled
Platform: | Size: 197632 | Author: goupipudun | Hits:

[Hook apiKey_JianShi

Description: 可以在CE6.0上运行,键盘钩子,里面有我们设备使用的API,请删除这些代码编译,用VS2005+SP1-Can run on CE6.0, keyboard hook, which has used our equipment API, please delete the code is compiled with VS2005+ SP1
Platform: | Size: 10706944 | Author: 孟宏昌 | Hits:

[e-languagelock

Description: 使用易语言编写的挂机锁。屏蔽ctrl alt delete esc 任务管理器 支持重启继续有效。-Written using easy to hook lock. Shielding ctrl alt delete esc Task Manager supports restart remain in force.
Platform: | Size: 165888 | Author: 马宝明 | Hits:

[MiddleWareACE60SRC

Description: ACE 6.0 源码 ACE自适配通信环境(ADAPTIVE Communication Environment)是可自由使用、开放源码的面向对象(OO)框架(framework),它实现了许多用于并发通信软件的核心模式。ACE提供了一组丰富的可重用C++包装外观(wrapper facade)和框架组件,可跨多种平台完成通用的通信软件任务,其中包括:事件多路分离和事件处理器分派、信号处理、服务初始化、进程间通信、共享内存管理、消息路由、分布式服务动态(重)配置、并发执行和同步,等等。   ACE的目标用户是高性能和实时通信服务和应用的开发者。它简化了使用进程间通信、事件多路分离、显式动态链接和并发的OO网络应用和服务的开发。此外,通过服务在运行时与应用的动态链接,ACE使系统的配置和重配置得以自动化。 -ACE Software Development Guidelines General Every text file must end with a newline. Use spaces instead of tabs, except in Makefiles. Emacs users can add this to their .emacs: (setq-default indent-tabs-mode nil) Microsoft Visual C++ users should do the following: Choose: Tools-- Options-- Tabs Then Set: "Tab size" to 8 and "Indent size" to 2, and indent using spaces. Do not end text lines with spaces. Emacs users can add this to their .emacs: (setq-default nuke-trailing-whitespace-p t) Newer versions of emacs will require the following instead: (add-hook before-save-hook delete-trailing-whitespace) Note for Microsoft Visual Studio .NET Users: There is a macro project (ace_guidelines.vsmacros) located in $ACE_ROOT/docs that replaces tabs with spaces and removes trailing spaces each time you save a file.
Platform: | Size: 21747712 | Author: | Hits:

[Hook apiGouZi

Description: C#实现的钩全局键盘钩子,可钩住触ctrl+alt+delete之外的所有键盘输入-C# implementation of the global keyboard hook hook can be hooked touch ctrl+ alt+ delete all but the keyboard input
Platform: | Size: 36864 | Author: 吕剑波 | Hits:

[OS programXueTr

Description: 1.进程、线程、进程模块、进程窗口、进程内存信息查看,热键信息查看,杀进程、杀线程、卸载模块等功能   2.内核驱动模块查看,支持内核驱动模块的内存拷贝   3.SSDT、Shadow SSDT、FSD、KBD、TCPIP、IDT信息查看,并能检测和恢复ssdt hook和inline hook   4.CreateProcess、CreateThread、LoadImage、CmpCallback、BugCheckCallback、Shutdown、Lego等Notify Routine信息查看,并支持对这些Notify Routine的删除   5.端口信息查看,目前不支持2000系统   6.查看消息钩子   7.内核模块的iat、eat、inline hook、patches检测和恢复   8.磁盘、卷、键盘、网络层等过滤驱动检测,并支持删除   9.注册表编辑 -1 process, thread, process modules, process window, process memory information viewing, hot information to view, kill the process, kill thread, unload the module and other functions 2 kernel driver module view, to support the kernel driver module memory copy 3.SSDT, Shadow SSDT, FSD, KBD, TCPIP, IDT information view, and can detect and recover ssdt hook and inline hook 4.CreateProcess, CreateThread, LoadImage, CmpCallback, BugCheckCallback, Shutdown, Lego, etc. Notify Routine Information check, and to support their Notify Routine Delete 5 port information view, the current system does not support 2000 6 view news hook 7 kernel module iat, eat, inline hook, patches detection and recovery 8 disk, volume, keyboard, network layer filter driver detect, and support for the deletion 9. Registry Editor
Platform: | Size: 3696640 | Author: 接收 | Hits:

[Hook apiHideServer

Description: 隐藏服务,针对当前所有的系统有效。采用删除R3 HOOK 方式,远程线程注入DLL 的方式。-Hidden services, effective for all current systems. Used to delete R3 HOOK way, the way a remote thread into the DLL.
Platform: | Size: 59392 | Author: yhf | Hits:
« 12 »

CodeBus www.codebus.net