forked from DynamoRIO/dynamorio
-
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.
i#4990: Cross injection x64 to x86 failing (DynamoRIO#803)
Fixes a small trouble cause by PR 4710 making syscall fails upon when running WoW64 process injected by x64 parent. Also add a check for inject_x64 option cross-injection based on win32.xarch test. Fixes: DynamoRIO#4990
- Loading branch information
Showing
4 changed files
with
87 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
large_options passed: -paramA foo -paramB bar | ||
creating subprocess ".*inject_x64/suite/tests/bin/common.eflags.exe" | ||
large_options passed: -paramA foo -paramB bar | ||
OK 1 CF | ||
OK 0 CF | ||
OK 1 PF | ||
OK 0 PF | ||
OK 1 AF | ||
OK 0 AF | ||
OK 1 ZF | ||
OK 0 ZF | ||
OK 1 SF | ||
OK 0 SF | ||
OK 1 DF | ||
OK 0 DF | ||
OK 1 OF | ||
OK 0 OF | ||
parent done | ||
large_options exiting |