subroutine » Developer.Team

Visual Commander v3.1.2 (extension for Visual Studio 2019/2017/2015)

Visual Commander v3.1.2 (extension for Visual Studio 2019/2017/2015)
Visual Commander v3.1.2 (extension for Visual Studio 2019/2017/2015)


A Visual Commander command is a class written in C# or VB implementing the Run method. It has full access to the Visual Studio automation model and .NET framework. Code of an existing Visual Studio macro from previous versions of Visual Studio can be just pasted in the Run subroutine of a new VB command.
Read more

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