CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - application
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - application - List
[
Hook api
]
ApiHookCheck
DL : 0
rootkit检测应用程序的是否被hook,里面包含了源码。包含应用层和驱动层代码。-rootkit detection application procedures whether the hook, which contains the source code. Includes application layer and layer-driven code.
Date
: 2008-10-13
Size
: 58.49kb
User
:
刘春远
[
Hook api
]
HookImport_src
DL : 0
Enclosed is MFC source code for a function which can be used to hook any imported function call which your application makes. Since most of the Win32 API is implemented using import functions in dlls, this means that you hook Win32 API calls. This is useful when for example you want to be called for every call to the file system (::CreateFile() & CloseHandle()) which your app makes. This example of hooking the file system calls your app makes could form the basis of code to ensure you do not have any handle leaks in your application. You could also use this code to spy on COM port activity in remote processes by injecting the DLL into the remote process. -MFC source code for a function w hich can be used to hook any imported function ca ll which makes your application. Since most of t he Win32 API is implemented using import functi ons in dlls. this means that you hook Win32 API calls. This is for example useful when you want to be called for every call to the file system (: : CreateFile ()
Date
: 2008-10-13
Size
: 6.11kb
User
:
l
[
Hook api
]
TrackUserIdle_src
DL : 0
The approach used here is really a simple one. We intercept the mouse and keyboard activities of the user by hooking into the OS s mouse and keyboard events using the API SetWindowsHookEx(). It is important to note that the hooks we are installing are system-wide. i.e. we receive notification even when our application does not have the focus. This is necessary since we are interested in system-wide user activities, not just in our own application. In these notifications (both keyboard and mouse), we update a common variable that stores the time when the event occurred. Therefore, to get the duration since the last user input, we simply compare the current time against this value.-The approach used here is really a simple on e. We intercept the mouse and keyboard activiti es of the user by hooking into the OS s mouse and ke yboard events using the API SetWindowsHookEx ( ). It is important to note that the hooks we are in stalling are system-wide. ie we receive noti that training even when our application does not hepatitis A. e the focus. This is necessary since we are inter ested in system-wide user activities, not just in our own application. In these notifi cations (both keyboard and mouse), we update a common variable that stores the time when the event occurred. Therefore, to get the duration since the last user input. we simply compare the current time against this value.
Date
: 2008-10-13
Size
: 5.01kb
User
:
l
[
Hook api
]
Journaling_Keyboard_and_Mouse_Input_src
DL : 0
This an example for installing an application-defined hook procedures using Win32 SetWindowsHookEx() function. This project implements only WH_JOURNALRECORD and WH_JOURNALPLAYBACK hooks. I was looking for more information and sample programs, but the only sample I d found was Hooks32, an old Win32 project. -This an example for installing an application-defined hook procedures using Win32 SetWindowsHookEx () function. This project implements only WH_JOURNALRECORD and WH_JOURNALPLAYBACK hooks. I was looking for more information and sample programs, but the only sample found I d was Hooks32, an old Win32 project.
Date
: 2008-10-13
Size
: 17.87kb
User
:
guard2002
[
Hook api
]
SkypeAPISample
DL : 0
《Skype API应用范例》 —— Skype是个非常优秀的IP电话通信工具,不但可以PC to PC,而且也可以PC to PSTN,当今非常盛行。Skype为了加快自己的发展全面开放了API,其实所谓的API不是真正的Win32 API函数,而是一系列消息的组合,我花了一个晚上从网上找到Skype API说明文档简单地实现了Skype通话和拨号以及发送文字聊天消息的简单功能,仅此达到抛砖引玉的目的。-"Skype API application paradigm" -- Skype is a very outstanding IP telephony communications tool, it can not only PC to PC, but also PC to PSTN, is very popular today. Skype to accelerate our development of open API, the so-called API is not really the Win32 API function, but a series of news portfolio, I spent a night on the Internet Skype API documentation simple to achieve Skype calls and dial-up chat and send text information simple function that alone to start a purpose.
Date
: 2008-10-13
Size
: 139.83kb
User
:
谢红伟
[
Hook api
]
MenuToChinese
DL : 0
利用钩子函数轻松实现应用程序的汉化 :MenuToChineseHook 运行环境:Win 2000/XP;Microsoft Visual C++ 6.0 注意事项: 本程序在Windows2000或XP下均可运行, 共4个文件: MenuToChinese.exe //汉化主程序,首先运行它 MenuToChineseHook.lib //钩子函数的链接库 MenuToChineseHook.dll DemoToChinese.exe //用于汉化的示例程序 把这4个程序放在同一个目录下 注:源程序中没有Debug目录,如要运行需要重新编译 生成MenuToChineseHook.dll、MenuToChinese.exe,并 把DemoToChinese.exet和MenuToChineseHook.dll拷贝 到MenuToChinese.exe所在目录。 -use easily hook function of the finished application : MenuToChineseHook runtime environment : Win 2000/XP; Microsoft Visual C 6.0 Note : this program in Windows 2000 or XP can run, a total of four documents : MenuToChinese.exe / / Chinese localization program, the first run it MenuToChineseHook.lib / / hook function libraries MenuToChineseHook.dll DemoToChinese.exe / / examples of the effort for this procedure on the four procedures with a directory bet : no Debug source directory, such as the need to recompile operation generated MenuToChineseHook.dll, MenuToChinese. exe, and DemoToChinese.exet and MenuToChineseHook.dll MenuToChinese.exe copy of the directory.
Date
: 2008-10-13
Size
: 102.33kb
User
:
冯金建
[
Hook api
]
HookSrc
DL : 0
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-spyware applications. Besides, sometimes, intercepting can help you to find errors in your application. However, it is not a secret that some viruses use it too. I spent much time finding and understanding the technique of interception. I would like to describe the results of my research.-API calls interception is the task that all boasting you to get access to some parts of others prog rams. Lots of programmers spend time developin g and describing various methods that allow tha t access. Such methods are used in many anti-vir us and anti-spyware applications. Besides, sometimes, intercepting can help you to find errors in your application. However, it is not a secret that some viruses use it too. I s pent much time finding and understanding the te TECHNIQUE of interception. I would like to descri be the results of my research.
Date
: 2008-10-13
Size
: 19.37kb
User
:
李登煇
[
Hook api
]
TrayEx
DL : 0
任务栏图标添加方法,让初学者对这一功能有初步了解,学以致用,在自己程序中添加这项功能,让程序更美观。-add task bar icon, so beginners of this function preliminary understanding, and application. in their own procedures to add this function, process more attractive.
Date
: 2008-10-13
Size
: 26.84kb
User
:
aniu
[
Hook api
]
IDLib
DL : 0
windows应用,模拟人自动填写表单程序,采用进程监控与hook相结合-windows application, simulation automatic form filling process using process monitoring and hook combination
Date
: 2008-10-13
Size
: 32.98kb
User
:
moonlight968
[
Hook api
]
TrayIconSource
DL : 0
在应用程序的系统菜单中添加菜单\"tray me\",点击将应用程序隐藏并在tray显示图标-applications in the system menu to add menu "tray me," Click on the application will be hidden in the tray icon shows
Date
: 2008-10-13
Size
: 12.68kb
User
:
lfchen
[
Hook api
]
HOOK_class
DL : 0
系统钩子 有现成的类可以复用,可以挂接任何一个API HookTermProLib为钩子所使用的DLL,挂接了TerminateProcess函数 HookTermProApp为加载钩子的应用程序-system hook is ready to resume use category, can be articulated any HookTermProLib an API used to hook the DLL, TerminateProcess articulated a function of loading hook HookTermProApp Application procedures
Date
: 2008-10-13
Size
: 53.98kb
User
:
黄海
[
Hook api
]
ImmKeyLog_src_6_26
DL : 0
主要功能: 后台纪录键盘输入,包括中文内容,记录到指定文件。 开发环境 VS.net 2005 源代码说明: KeyHookDll目录 为DLL源代码,通过键盘钩子和输入法钩子获取键盘输入内容 LogCmd目录 为应用程序源代码,通过调用KeyHookDll.dll的接口来实现具体功能-main functions : background records keyboard input, including Chinese, recorded in the specified documents. Development Environment VS.net 2005 source code : KeyHookDll DLL directory of the source code, Hook and keyboard input methods hook access to the keyboard input as LogCmd directory for the application source code, By calling KeyHookDll.dll interface to achieve specific functions
Date
: 2008-10-13
Size
: 11.22kb
User
:
islq
[
Hook api
]
DebugActiveProcessStop
DL : 0
DebugActiveProcessStop的应用-DebugActiveProcessStop Application
Date
: 2008-10-13
Size
: 282.17kb
User
:
cromwell
[
Hook api
]
APIDemo
DL : 0
Windows Hook in C# Application
Date
: 2008-10-13
Size
: 20.73kb
User
:
RedFlag
[
Hook api
]
mib-apihook
DL : 0
MIB的apihook, 注入部分的应用-MIB apihook injected part of the application
Date
: 2008-10-13
Size
: 2.78kb
User
:
ldksaj
[
Hook api
]
KeyboardHook
DL : 0
键盘钩子是通过keyboard.cs中的KeyboardHook类来建立和管理的。这个类实现了IDisposable接口,因此,实例化它的最简单的方法是在应用程序的Main()方法中使用using关键字来封装Application.Run()调用。
Date
: 2008-10-13
Size
: 210.57kb
User
:
wanglin
[
Hook api
]
VisualBasic6_SourceCode
DL : 0
The application will operate the ACI Mifare Reader with the DLL ADVIC32.DLL. The DLL’s duty is to transform the user’s operating of the card into detailed communication protocol, then translate it into the command for operating the card. ADVIC32.DLL is called through dynamic.
Date
: 2008-10-13
Size
: 319.92kb
User
:
sylvester
[
Hook api
]
CallBackFileSystem
DL : 0
Callback FileSystem Application
Date
: 2008-10-13
Size
: 11.75kb
User
:
rbd
[
Hook api
]
Mapper
DL : 0
Callback File System Mapper Application
Date
: 2008-10-13
Size
: 11.87kb
User
:
rbd
[
Hook api
]
winhider
DL : 0
As a hide windows tool,it could hide windows program (hide applications,hide program) from screen and taskbar. It Show window property of application,such as window handle,class name,process id etc. -As a hide windows tool,it could hide windows program (hide applications,hide program) from screen and taskbar. It Show window property of application,such as window handle,class name,process id etc. ...
Date
: 2026-01-18
Size
: 580kb
User
:
«
1
2
3
4
5
6
7
8
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.