forked from Floorp-Projects/Floorp
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug 1588245 - Collect the assembly pattern of a target function on de…
…tour failure. r=mhowell 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
- Loading branch information
Toshihito Kikuchi
committed
Sep 17, 2020
1 parent
18e38d7
commit 5a2bca0
Showing
6 changed files
with
92 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters