microsoft / Detours

Detours is a software package for monitoring and instrumenting API calls on Windows. It is distributed in source code form.
MIT License
5.01k stars 979 forks source link

Tests: Fix flaky module test, which assumed it would be loaded first #227

Closed bgianfo closed 2 years ago

bgianfo commented 2 years ago

In the case of ASLR this is not always true, so we should not take a dependency on this behavior.

Reported-by: John McPherson johnmcp@microsoft.com

Microsoft Reviewers: Open in CodeFlow