api hooking
Leaf API Hooking Solution 1.1
hook callback function & API function variable more>>
- When hooking an API, we need to write some kind of hook callback function and original API function variable var MessageBoxANext : function (hWnd: HWND; lpText, lpCaption: PAnsiChar; uType: UINT): Integer; stdcall; function MessageBoxACallback(hWnd: HWND; lpText, lpCaption: PAnsiChar; uType: UINT): Integer; stdcall; begin Result := MessageBoxANext(hWnd, lpText, Message From Dll, uType); end;
- Put all of code in a dll for global API hook like this procedure DllMain(dwReason: DWORD); begin case dwReason of DLL_PROCESS_ATTACH: begin HookAPI(user32.dll, MessageBoxA, @MessageBoxACallback, @MessageBoxANext); end; DLL_PROCESS_DETACH: begin UnHookAPI(user32.dll, MessageBoxA, @MessageBoxANext); end; end; end; begin DllProc := @DllMain; DllMain(DLL_PROCESS_ATTACH); end.
API Monitor 1.5b
A software that monitors and displays API calls made by applications. Its a p... more>> A software that monitors and displays API calls made by applications. Its a powerful tool for seeing how Windows and other applications work or tracking down problems that you have in your own applications. For each API called, it displays the Parameters, Return Value, GetLastError code and other information. It includes support to monitor undocumented NT Native API.s. Other features include an Error Lookup Tool, IOCTL Decoder. This version supports monitoring of Registry, File I/O, DLL.s, Network Management, NT Services, Processes and Thread, NT Security and WinSock API.s.
API Monitor is a software that allows you to spy and display Win32 API calls made by applications. It can trace any exported APIs and display wide range of information, including function name, call sequence, input and output parameters, function return value and more. A useful developer tool for seeing how win32 applications work and learn their tricks.<<less
API to .NET Mapping Plugin
API to .NET Mapping Plugin maps common Win32API functions to their .NET CLR equivalents more>>

Social Bookmarking API 1.0
Social Bookmarking API is a future-rich and trustworthy program which helps you to add bookmark submission capability to your programs and scripts. Supports Visual Basic, ASP, VBScript, Delphi, and any programming language supporting ActiveX. more>>
Social Bookmarking API 1.0 is a future-rich and trustworthy program which helps you add bookmark submission capability to your programs and scripts. Supports Visual Basic, ASP, VBScript, Delphi, and any programming language supporting ActiveX.
License:Freeware
All Hooked Up 1.0
A stylish TTF character for your digital papers more>> A stylish TTF character for your digital papers
All Hooked Up is a truetype character that will help you bring a fresh, new look to your documents.
Simply unzip the font and install it using the dedicated command available in the File menu of the Fonts folder you can access through the Control Panel.
API Component Pack 1.0
API Component pack contains several different Delphi components for different purposes more>>
API Component pack contains several different components for different purposes that has been developed during my own needs in applications and some of some one others need; however this is the direction in future also. All components are improved by the requests of users and also users can improve them.
Just only thing I want is that every improvement is sent to me also, just to know whats happening and through this Im able to add those features into the package available here.
One thing that i would like in exchange is that you should tell these component origin somehow in the source and rest of this legal things you can find at top of each component
If you like this component pack, please donate to support its improvement.
Hooked On Booze
An original and funny truetype font more>> An original and funny truetype font
Hooked On Booze is a TTF character designed to let you bring a funny look to your documents.
Simply unzip the font and install it using the dedicated command available in the File menu of the Fonts folder you can access through the Control Panel.

RootKit Hook Analyzer 3.02
Check and display rootkits that hook the kernel system services of your computer. more>>
RootKit Hook Analyzer 3.02 helps you to avoid rootkits installed on your PC which hook the kernel system services. Kernel RootKit Hooks are installed modules that intercept the principal system services that all programs and the operating system rely on. Kernel hooks are out of fashion these days and not officially documented and considered deprecated by Microsoft. The pioneering heroes of the old days who discovered how to actually implement them have all adopted the new fashion of advising against using kernel hooks as a programming practice.
Often kernel hooks are unnecessary because there are documented ways that allow a programmer to achieve his goal. However in a lot of system tools such as monitoring and antivirus software, kernel hooks are the only available technique to get the difficult job done and thus an unavoidable necessary evil. Important is that if your kernel system services are hooked that you can find out which is the responsible software that makes use of these techniques. Inspired by all the discussions going on about the Sony CD protection rootkit, we have developed the RootKit Hook Analyzer.
Enhancements:
- Includes unspecified updates.
RootKit Hook Analyzer is a security tool which will check if there are any ... using the hook test function. This way you can see if hooking third-party system software may beLicense:Freeware
License:Freeware
Bing API SDK 2.0
Bing API SDK functions as a Software Development Kit including a Compiled HTML Help file and code samples for developing applications with the Bing API. more>>
Bing API SDK 2.0 functions as a Software Development Kit including a Compiled HTML Help file and code samples for developing applications with the Bing API.
The Bing API Software Development Kit provides:
- A Compiled HTML Help file that documents core concepts, available protocols and SourceTypes, and reference infomation necessary for developing applications with the Bing API.
- 65 code samples covering each of three protocols (JSON, XML, and SOAP) for each SourceType in multiple languages (JavaScript for JSON, Visual Basic and C# for XML and SOAP).
- Supported Operating Systems: Linux; Windows Vista; Windows XP
LiveJournal Hook 2.1.3
A simpele tool that allows you to listen to your favorite radio station. more>> A simpele tool that allows you to listen to your favorite radio station.
Integration of LiveJournal specific tags and text formatting into the right click context menu.
Main features:
- Automatic random selection of user icon.
- Automatic selection of privacy setting.
- Automatic song insertion from Foxy tunes http://www.foxytunes.com/
- Sporadic support for LiveJournal clones.DeadJournal, Greatestjournal, ect.
Hooked On ThongNics 2 1.0
Hooked On ThongNics 2 is a screensaver that displays 61 more new babes which will leave you speechless with their endless beauty more>>
Hot bikinis, thongs, and undies to tease you and your friends. FreeWare. From the creator of Denim HoneyGirls.
This is a random collage screensaver. Thongs for the memories. This is a sequel to the original "Hooked On Thongnics".
Hooked On ThongNics - 52 hot swimsuit and bikini babes are proudly on ...Hooked On ThongNics is a fun screensaver that displays 52 hottest swimsuitJAMon API 2.6
JAMon API is a free, high performance, simple, thread safe, Java API that allows developers to easily monitor applications more>>
JAMon was developed primarily for monitoring J2EE applications, however JAMon 1.0/2.0 can be used in any JDK 1.2 or higher environment, and JAMon 2.1 can be used in any JDK 1.4 or higher environment.
JAMon can be used in Servlets, JSPs, EJBs and Java Beans in various J2EE Application Servers (Sybases EAServer, and BEAs WebLogic, WebSphere?), and can also be used in other programming environments that can call Java code (ColdFusion, PowerBuilder, BroadVision, ...).
JAMon is particularly useful in multithreaded software like a database engine.
WinAPIOverride 5.0.0
WinAPIOverride : free advanced API monitor more>> This software allows you to monitor and/or override any function of a process.This can be done for API functions or executable internal functions.WinAPIOverride is more than a standard API monitoring software.It can break targeted application before or after a function call, allowing memory or registers changes; and it can directly call functions of the targeted application.
These features allows to fill the gap between classical API monitoring softwares and debuggers. Main differences between other API hookers : You can define filters on parameters or function result; You can define filters on dll to discard calls from windows system dll; You can hook functions inside the target process not only API; You can hook asm functions with parameters passed through registers; Double and float results are logged; You can easily override any API or any process internal function; You can break process before or/and after function call to change memory or registers; You can call functions which are inside the remote processes; All is done like modules : you can log or override independently for any function.<<less
WinAPIOverride32 3.0
WinAPIOverride32 allows you to monitor and/or override any function of a process more>>
WinAPIOverride is more than a standard API monitoring software.
It can break targeted application before or after a function call, allowing memory or registers changes; and it can directly call functions of the targeted application.
These features allows to fill the gap between classical API monitoring softwares and debuggers.
Main features:
- You can define filters on parameters or function result
- You can define filters on dll to discard calls from windows system dll
- You can hook functions inside the target process not only API
- You can hook asm functions with parameters passed through registers
- Double and float results are logged
- You can easily override any API or any process internal function
- You can break process before or/and after function call to change memory or registers
- You can call functions which are inside the remote processes
- All is is done like modules : you can log or override independently for any function
.NET RSS API by TagTooga.com 1.0.0
RSS .NET Component: Enable your application to easily consume or create RSS feeds. Provides unified feed parsing support for RSS 0.9x, RSS 1.0, and RSS 2.0. more>>
RSS .NET Component: Enable your application to easily consume or create RSS feeds. Provides unified feed parsing support for RSS 0.9x, RSS 1.0, and RSS 2.0.
Whats new in this version: None
<<less