зеркало из https://github.com/mozilla/gecko-dev.git
eb086eb295
When `WindowsDllInterceptor` detours a function in a remote process, it calculates a target address via `GetProcAddress` in the caller's process first, and detours that address in the target process. If the caller's export table was modified, the target address might be invalid in the target process. With this patch, `WindowsDllInterceptor` uses the target process's export table to calculate a target function address. Differential Revision: https://phabricator.services.mozilla.com/D58305 --HG-- extra : moz-landing-system : lando |
||
---|---|---|
.. | ||
android | ||
baseprofiler | ||
build | ||
dllservices | ||
linker | ||
misc | ||
static | ||
tests | ||
moz.build |