-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The TEST_IN_OWN_PROCESS may not ok. #5
Comments
I can confirm this issue. After preventing the unsupported instructions to be executed with On the other hand, the |
@pm-cz Would you mind to share your code |
@wlmnzf: OK, but as I said, even without the modification, the original code seems to be broken and on Skylake with external process using
|
It works,Thank you! @pm-cz |
the TEST_PHRASE is in your own process address space, and can be read.
So the TEST_IN_OWN_PROCESS will work without problem.
But if you change TEST_PHRASE to some address witch can't read, the result will be noise.
I use mmap and mprotect make address can't read, then It will not work.
The text was updated successfully, but these errors were encountered: