| Sponsored Links | ||||||||||||||
|
| ||||||||||||||
|
Collapse All
|
||||||||||||||
| Software Name | Software Type | Category | Price | |||||||||||
| 1 | Hook Keylogger 2.1 |
windows | Security Privacy->Encrypting | $9.99 |
View Detail
|
|||||||||
Hook Keylogger helps you to view and delete log files Hook Keylogger helps you to view and delete log files. Here are some key features of "Hook Keylogger": · Small and stealth keylogger without an installer; simplest keylogger possible · Specify log file location · Uses a WH_JOURNALRECORD hooking procedure to capture everything typed · Hide and unhide the interface by pressing Ctrl+Shift+F7 Limitations: · 5 usages trial after which a registration file is required to continue using the software Tags: |
||||||||||||||
| 2 | Hook API SDK 1.20 |
windows | Software Development->SDK DDK | $250 |
View Detail
|
|||||||||
Hook API SDK is a useful Software Development Kit for easy and quickly develop Windows system wide hooking program. It helps you hooking Windows system functions or functions in 3rd applications, this means you can call your own functions instead of some Windows system APIs or functions of other appliction, intercepts Windows system or 3rd applications functions and re-writing target function to easily customize and extend System or other existing application, whether an executable, or a library. Hook API SDK can be used in VC++,VB,C++ Builder or Delphi, etc. Hook API SDK gives you the ability to intercept existing system or applications function dynamically at runtime. Hook API SDK enables a large class of innovative extensions to existing binary software or existing System functions. Hook API SDK offers a dynamic link library for intercept and re-writing Win32 functions of system or applications, No need of drivers, No need of restarting windows, It makes you do innovative system deep-level funtions in your normal applictions easily. Using Hook API SDK, you can do things as: monitor and control system file access, monitor and control registry access, monitor and control network access, monitor and control programs behavior, hide program from Task Manager, hide directory and files from Explorer... Tags: |
||||||||||||||
| 3 | Hook::Scope 0.04 |
linux | Programming->Libraries | Free |
View Detail
|
|||||||||
Hook::Scope is a Perl extension for adding hooks for exiting a scope. SYNOPSIS use Hook::Scope; { Hook::Scope::POST(sub { print "I just left my scope"}); print "you will see this first!"; } use Hook::Scope qw(POST PRE); # only POST can be exported { POST { print "foo" }; POST sub { print "bar"}; # can have multiple POSTs, last added, first run PRE { print "this runs first" }; } ABSTRACT This module allows you to register subroutines to be executed when the scope they were registered in, has been left. POST POST takes a reference to a subroutine or a subroutine name and will register that subroutine to be executed when the scope is left. Note that even if the scope is left using die(), the subroutine will be executed. Tags: |
||||||||||||||
| 4 | RootKit Hook Analyzer 3.01 |
windows | Security Privacy->Other Tools | Free |
View Detail
|
|||||||||
RootKit Hook Analyzer description RootKit Hook Analyzer is a security utility which will check if there are any rootkits installed which hook the kernel RootKit Hook Analyzer is a security utility which will check if there are any rootkits installed on your PC which hook the kernel system services. Kernel RootKit Hooks are installed modules which intercept the principal system services that all programs and the operating system rely on. If any of these system services are intercepted and modified it means that there is a possibility that the safety of your system is at risk and that spyware, viruses 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 which 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. Tags: |
||||||||||||||
| 5 | RootKit Hook Analyzer 3.01 |
windows | Security Privacy->Privacy | Free |
View Detail
|
|||||||||
If any of these system services are intercepted and modified it means that there is a possibility that the safety of your system is at risk and that spyware, a virus or other malware is active on your system. Kernel hooks are not necessarily bad, for system monitoring software and security tools often they are a necessary evil. However it is desired if kernel rootkit hooks are installed on your system that you can find out where they come from. This program will display all kernel services and the responsible modules for handling them, along with company and product information. If no hooks are active on your system it means that all system services are handled by NTOSKRNL.EXE, the principal base component of most Windows operating systems which is developed by Microsoft. All you have to do to find out what kernel hooks are installed on your system is press the Analyze button at the bottom of the screen. RootKit Hook Analyzer also allows you to view installed system modules and drivers with their base addresses as well as file and product information as well as the responsible companies. New is the option to tets the quality of system hooks. If you have legitimate software installed which uses system call hooks, you can test if they are properly implemented by using the hook test function. This way you can see if hooking third-party system software may be responsible for random reboots and blue screens on your system. The software is distributed as a free download. For more information visit http://www.resplendence.com/hookanalyzer Tags: |
||||||||||||||
| 6 | Hook API SDK 1.10 |
windows | Software Development->Source Code | $250 |
View Detail
|
|||||||||
Tags:
|
||||||||||||||
| 7 | Hook API SDK 1.23 |
windows | Software Development->Components Libraries | Free |
View Detail
|
|||||||||
Tags:
|
||||||||||||||
| 8 | Hook::Filter 0.02 |
linux | Programming->Libraries | Free |
View Detail
|
|||||||||
Hook::Filter is a runtime filtering layer on top of subroutine calls. SYNOPSIS Imagine you have a big program using a logging library that exports 3 functions called mydebug, myinfo and mywarn. Those functions generate far too much log, so you want to skip calling them except in some specific circumstances. In your main program, write: use Hook::Filter hook => ["mydebug","myinfo","mywarn"]; In all modules making use of the logging library, write: use Hook::Filter; Then create a file called ./hook_filter.rules. This file contains boolean expressions that specify when calls to the filtered subroutines should be allowed: # allow calls to mydebug only inside package My::Filthy:Attempt is_sub(mydebug) && from_pkg(My::Filthy::Attempt) # allow all calls to myinfo except from inside packages under the namespace My::Test:: is_sub(myinfo) && !from_pkg(/^My::Test/) # allow calls to mywarn from function do_stuff in package main # whose third argument is a message that does not match the string invalid login name is_sub(mywarn) && from_sub(do_stuff) && from_pkg(main) && !has_arg(3,/invalid login name/) # all other calls to myinfo, mydebug or mywarn will be skipped SYNOPSIS, Log::Dispatch Your program uses Log::Dispatch. You want to enable Hook::Filter on top of the methods log and log_to from Log::Dispatch everywhere at once. And you want to use the filter rules located in /etc/myconf/filter_rules.conf. Easy: in main, write: use Hook::Filter rules => /etc/myconf/filter_rules.conf, hook => [Log::Dispatch::log,Log::Dispatch::log_to]; Tags: |
||||||||||||||
| 9 | RootKit Hook Analyzer 2.00 |
windows | Utilities->System Analysis | Free |
View Detail
|
|||||||||
RootKit Hook Analyzer is a security tool which will check if there are any rootkits installed on your computer which hook the kernel system services. Kernel RootKit Hooks are installed modules which intercept the principal system services that all programs and the operating system rely on. If any of these system services are intercepted and modified it means that there is a possibility that the safety of your system is at risk and that spyware, a virus or other malware is active on your system. Kernel hooks are not necessarily bad, for system monitoring software and security tools often they are a necessary evil. However it is desired if kernel rootkit hooks are installed on your system that you can find out where they come from. This program will display all kernel services and the responsible modules for handling them, along with company and product information. If no hooks are active on your system it means that all system services are handled by NTOSKRNL.EXE, the principal base component of most Windows operating systems which is developed by Microsoft. All you have to do to find out what kernel hooks are installed on your system is press the Analyze button at the bottom of the screen. RootKit Hook Analyzer also allows you to view installed system modules and drivers with their base addresses as well as file and product information as well as the responsible companies. New is support for Windows x64 editions. Windows x64 is protected with a feature called Patchguard which is supposed to block any type of hooking activity in the Windows kernel. Hackers have been able to circumvent this protection and Windows x64 kernel hooks may now be found in both malware as well as legitimate products. The software is distributed as a free download. For more information visit http://www.resplendence.com/hookanalyzer Tags: |
||||||||||||||
| 10 | LiveJournal Hook 2.1.3 |
windows | Network Internet->Web Browsers | FREE |
View Detail
|
|||||||||
Integration of LiveJournal specific tags and text formatting into the right click context menu. Tags: |
||||||||||||||
| 11 | Hook::PrePostCall 1.2 Alpha |
linux | Programming->Libraries | Free |
View Detail
|
|||||||||
Hook::PrePostCall is a Perl module that can add actions before and after a routine. SYNOPSIS require 5.000; use Hook::PrePostCall; sub try { print STDERR "in try: @_n"; @_; } PrePostCall->new( try, sub { print STDERR "pre: @_n"; # process the @_ content...if you want @_; # defines the try arguments }, sub { print STDERR "post: @_n"; # process the @_ content...if you want @_; # defines what the try returns } ); print try(10), "n"; new() creates a new object of the Hook::PrePostCall class. Arguments of the new method are: 1. the name of the primary routine you want to "overload", 2. an anonymous routine to call before the primary routine, 3. an anonumous routine to call after the primary routine. If the name of the primary subroutine has not an explicit package prefix, it is assumed to be the name of a subroutine in the current package of the caller of the new() method. The pre routine acts as a filter of the primary routine arguments. The post routine acts as a filter of what the primary returns. new() can be used as a class or an object method. When used as an object method the derived definition is built from the initial definition of the primary routine. derived() Returns the overloaded routine. pre() Returns or set the pre action part. post() Returns or set the post action part. primary() Returns the primary routine. restore() Retore initial definition of the primary routine. Tags: |
||||||||||||||
| 12 | API Hook SDK 2.13 |
windows | Software Development->C Tools | $198 |
View Detail
|
|||||||||
Windows API hooking SDK gives you the ability to intercept and then custom and extend existing system or applications function dynamically at runtime easily. Windows API hooking SDK enables a large class of innovative extensions to existing binary software or existing system functions. Windows API hooking SDK offers a dynamic link library for intercept and re-writing Win32 functions of system or applications. No need of drivers, No need of restarting windows, It makes you do innovative system deep-level funtions in your normal applictions easily. By using Windows API hooking SDK, you can do many many things, such as: monitor and control programs; monitor and control file access; monitor and control registry access; monitor and control network access; hide private directory and files... Tags:
|
||||||||||||||
| 13 | Delphi Hook Pack Collection 1.5 |
windows | Software Development->Components Libraries | $149 |
View Detail
|
|||||||||
Delphi Hook Pack Collection - a Collection of Keyboard & Mouse Hook Components for Borland Delphi. The Delphi Hook Pack is a collection of Windows Hooks for Software Developers which contains all of the Delphi Hook Components and DLLs. Delphi Hook Pack Collection is a collection of system hook specially made for Borland Delphi. Whats New in This Release: · CPKeyBlockHook.pas Updated: · Changed TKeyNames.KeyChar to WideChar for supporting Unicode characters and Foreign Keyboard Layouts with dead key character keys. · KeyBlockHook.dll Updated: · Fixed pMMF.BlockKeys.HK_ALT_F4 in HookSystemKeyboard_Proc which was prevented ALT + F4 (Close Window) from being Blocked. Tags:
|
||||||||||||||
| 14 | Thread-Level Keyboard Hook 1.0 |
windows | Software Development->Misc Programming Tools | Free |
View Detail
|
|||||||||
Thread-Level Keyboard Hook is a useful tool that demonstrates using the SetWindowsHookEx API call from C#, by setting up a thread-level keyboard hook which intercepts all keyboard events on the primary thread. Also includes definitions and base capabilities for other system hooks. Tags: |
||||||||||||||
| 15 | POE::API::Hooks 1.05 |
linux | Programming->Libraries | Free |
View Detail
|
|||||||||
POE::API::Hooks is a Perl module to implement lightweight hooks into POE. SYNOPSIS use POE; use POE::API::Hooks; POE::API::Hooks->add( before_event_dispatch => &do_something, after_event_dispatch => &do_something, before_session_create => &do_something, after_session_create => &do_something, before_event_enqueue => &do_something, after_event_enqueue => &do_something, ); # ... carry on with life as normal ... This module adds lightweight hooks into the inner workings of POE. Currently, one can add hooks into POE that get called before/after an event is dispatched, before/after a Session is created, and/or before/after an event is enqueued. These callbacks receive the exact same argument list as their Kernel/Session counterpart. For event dispatch related callbacks, see _dispatch_event and _data_ev_enqueue in POE::Kernel. For session related callbacks, see create in POE::Session. Tags: |
||||||||||||||
| 16 | Hooked On ThongNics 1.0 |
windows | Home Shell Desktop->People Screen Savers | Free |
View Detail
|
|||||||||
Hooked On ThongNics is a fun screensaver that displays 52 hottest swimsuit and bikini babes. All new honeys heat up your monitor and make it sizzle with summer beauty. Thongs for the memories. This is a collage-style screensaver, and the display is constantly changing. A sequel, Hooked On ThongNics 2, is also available. Uninstall is available under Display Properties. Tags: |
||||||||||||||
| 17 | Hooked On Booze |
windows | Home Shell Desktop->Font Tools | FREE |
View Detail
|
|||||||||
Hooked On Booze is a TTF character designed to let you bring a funny look to your documents. Tags: |
||||||||||||||
| 18 | Windows API hooking SDK 2.13 |
windows | Software Development->Components Libraries | $158 |
View Detail
|
|||||||||
Windows API hooking SDK helps you hooking Windows APIs or functions in other Dlls, and replace the API function or Dlls function to your own function, That is to say, intercepts Win32 functions and re-writing target function to easily custom and extend existing system or applications function, whether in an executable application, a library, or the systems DLLs... and it can be used in VC++,VB,C++ Builder,Delphi, etc. Windows API hooking SDK gives you the ability to intercept and then custom and extend existing system or applications function dynamically at runtime easily. Windows API hooking SDK enables a large class of innovative extensions to existing binary software or existing system functions. Windows API hooking SDK offers a dynamic link library for intercept and re-writing Win32 functions of system or applications. No need of drivers, No need of restarting windows, It makes you do innovative system deep-level funtions in your normal applictions easily. By using Windows API hooking SDK, you can do many many things, such as: monitor and control programs; monitor and control file access; monitor and control registry access; monitor and control network access; hide private directory and files... Tags: |
||||||||||||||
| 19 | Windows API hooking SDK 2.15 |
windows | Software Development->Components Libraries | $298 |
View Detail
|
|||||||||
Windows API hooking SDK helps you hooking Windows APIs or functions in other Dlls, and replace the API function or Dlls function to your own function, That is to say, intercepts Win32 functions and re-writing target function to easily custom and extend existing system or applications function, whether in an executable application, a library, or the systems DLLs... and it can be used in VC++,VB,C++ Builder,Delphi, etc. Windows API hooking SDK gives you the ability to intercept and then custom and extend existing system or applications function dynamically at runtime easily. Windows API hooking SDK enables a large class of innovative extensions to existing binary software or existing system functions. Windows API hooking SDK offers a dynamic link library for intercept and re-writing Win32 functions of system or applications. No need of drivers, No need of restarting windows, It makes you do innovative system deep-level funtions in your normal applictions easily. By using Windows API hooking SDK, you can do many things, such as: monitor and control file access, monitor and control programs, monitor and control network access, monitor and control registry access, hide private directory and files... Tags: |
||||||||||||||
| 20 | Hooked On ThongNics 2 1.0 |
windows | Home Shell Desktop->People Screen Savers | Free |
View Detail
|
|||||||||
Hooked On ThongNics 2 is a screensaver that displays 61 more new babes which will leave you speechless with their endless beauty. 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". Tags: |
||||||||||||||
My Software
You have not saved any software. Click "Save" next to each software to save it to your software basket
