зеркало из https://github.com/mozilla/gecko-dev.git
4c58dba463
Many instances of the launcher failure ping indicate hooking NtMapViewOfSection or LdrLoadDll failed. This is most likely caused by a third-party application applying a hook onto the same target earlier than we do. This patch is to add a new field "detour_orig_bytes" in the laucnher failure ping to collect the first sixteen bytes of a detour target function. With this, we can know whether those detour failures were caused by a third-party hook or not, and if yes, what was the actual binary pattern. Differential Revision: https://phabricator.services.mozilla.com/D89836 |
||
---|---|---|
.. | ||
Arm64.cpp | ||
Arm64.h | ||
MMPolicies.h | ||
PatcherBase.h | ||
PatcherDetour.h | ||
PatcherNopSpace.h | ||
RangeMap.h | ||
TargetFunction.h | ||
Trampoline.h | ||
VMSharingPolicies.h | ||
moz.build |