Hooking (other)
   HOME
*





Hooking (other)
Hooking is a concept in computer programming dealing with control flow. Hooking may also refer to: * Hooking (ice hockey), an ice hockey penalty * Hooking (sex trade), the act of engaging in sexual activity in exchange for money or goods * Rug hooking, a craft where rugs are made by pulling loops of yarn or fabric through a stiff woven base See also

* Bondage hook * Fish-hooking * Hook (other) * Hooked (other) * Hooker (other) * Hooks (other) {{disambig ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Hooking
In computer programming, the term hooking covers a range of techniques used to alter or augment the behaviour of an operating system, of applications, or of other software components by intercepting function calls or messages or events passed between software components. Code that handles such intercepted function calls, events or messages is called a hook. Hooking is used for many purposes, including debugging and extending functionality. Examples might include intercepting keyboard or mouse event messages before they reach an application, or intercepting operating system calls in order to monitor behavior or modify the function of an application or other component. It is also widely used in benchmarking programs, for example frame rate measuring in 3D games, where the output and input is done through hooking. Hooking can also be used by malicious code. For example, rootkits, pieces of software that try to make themselves invisible by faking the output of API calls that would ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  



MORE