Windows · Free download · General

Detours Express4.0.1

Detours Express : A library that can intercept Win32 binary functions, inserting detour functions without affecting the original binary, providing flexibility and versatility to any developer

Operating system
Windows 10/11
File size
406 KB
License
Demo
Last updated
May 1, 2026

101 downloads·566 page views

Sponsored

Overview

What is Detours Express?

Detours Express : A library that can intercept Win32 binary functions, inserting detour functions without affecting the original binary, providing flexibility and versatility to any developer

In depth

A closer look at Detours Express

Detours Express is a Microsoft-signed package that allows the interception of functions calls, regardless of the architecture of the system.The library applies interception code (detours) at execution, interpolating the detour function between the source and the target functions by replacing the first instructions of the source and storing them in a so-called 'trampoline' function. The entire structure works in a simple way: when the target function is reached, execution is redirected to the detour, which controls the entire procedure, performing pre-processing and post-processing actions until the target function is complete.Detouring a target function is commonly done in compiled applications but without making changes to the binaries. Detour functions come as a DLL package, which is loaded into the app using a dedicated 'DetourCreateProcessWithDll' API using an import table. Dedicated DLL files must be customized for 32-bit and 64-bit systems.The package comes with various other APIs that can be called in the main function to access the payloads and modify the binaries, insert DLL into the execution process, create or find the target process, and insert the detour function.Aside from an extensive documentation that explains how the library and the entire detouring process work, the package also includes a generous array of samples you can build to see Detours Express in action. Building the samples requires you to use 'nmake' fuctions. In order to show how each example is used, a test is included for every sample.Detours is capable of manipulating Win32 functions by re-writing the in-memory code for target functions or by attaching user-created DLL files or payloads to a binary. However, the original target function is preserved. This offers flexibility and versatility to developers, who can add extensions and instrumentation methods in their applications.
  • Non-commercial, and non-production us only
  • Verdict

    Should you download Detours Express?

    Detours Express runs on Windows 10/11 and is available under the Demo license — the installer is 406 KB. We’ve catalogued it under General.

    Verified clean. Every Detours Express build on SoftLookup is scanned for viruses, spyware, adware, trojans and backdoors. We re-test on every update.
    Sponsored

    At a glance

    Detours Express specifications

    Category
    General
    Publisher
    Microsoft
    Last updated
    May 1, 2026
    License
    Demo
    Operating system
    Windows 10/11
    File size
    406 KB
    Price
    Free
    Page views
    566

    Leave a comment

    Help fellow users decide. Share your experience with Detours Express.

    Download Detours Express