pointer » Developer.Team

Microsoft Research Detours Package Pro 3.0 Retail

Microsoft Research Detours Package Pro 3.0 Retail
Microsoft Research Detours Package 3.0 Retail


Detours is a library for intercepting binary functions on ARM, x86, x64, and IA64 machines. Detours is most commmonly used to intercept Win32 APIs calls within an application, such as to add debugging instrumentation. Interception code is applied dynamically at runtime. Detours replaces the first few instructions of the target function with an unconditional jump to the user-provided detour function. Instructions from the target function are placed in a trampoline. The address of the trampoline is placed in a target pointer. The detour function can either replace the target function or extend its semantics by invoking the target function as a subroutine through the target pointer to the trampoline.
Read more

AWE Library 2.4 Full Source D5-XE8

AWE Library 2.4 Full Source D5-XE8
AWE Library 2.4 Full Source D5-XE8 | 31 kB


Address Windowing Extensions (AWE) for Delphi allows your applications to quickly manipulate physical memory greater than 4GB. Windows 2000 or higher is required.

See MSDN for detailed information regarding AWE API:
http://msdn.microsoft.com/library/en-us/memory/base/address_windowing_extensions.asp
Read more