When you work with API calls is good to have an optimized, secure and straightforward code. This program makes easier the work for developers of Windows NT applications. Note that is not designed for Windows Store apps. The program will intercept the Win32 functions and will interact with the RAM memory.
This program is digitally signed by Microsoft; it functions by allowing the interception of calls irrespective of the system architecture. The library works by applying interception codes also known as a detour at execution. It is an open source code, so you can see the code.
The detour function is inserted between the source and transfer function by changing the source instruction and storing it in a so-called trampoline function. When the target function is finally reached, the instruction is redirected to the detour. The detour then controls the entire processing actions until the target function is completed.
It is part from components & libraries category and is licensed as shareware for Windows 32-bit and 64-bit platform and can be used as a free trial until the trial period will end. The Detours Express demo is available to all software users as a free download with potential restrictions compared with the full version.