-
Notifications
You must be signed in to change notification settings - Fork 102
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
BSOD on Windows 10 with VSM #13
Comments
Yep. Already on my way. |
Hi Viviane, |
As to my knowledge, rc2 contains the signed driver, which BSODs (it might not if using the PTE method). The BSOD-free version is here: https://github.com/Velocidex/WinPmem/files/5386510/winpmem_testsigned_15_okt_2020_2.zip but it ist testsigned only. We are waiting for you to test it! The problem is the signing: we can't sign each freshly compiled version. Scudette has to ask other people for external help. (Microsoft's signing policy.) Worse: in Feb - April, it will not be possible to sign drivers anymore, because: and OSR's reaction read here: For the future it means (if OSR fails with its call for help):
|
Just to clarify the rc2 solves the BSOD in the default setting (which is the PTE method). There is probably no reason for anyone to switch to the other methods deliberately but Vivian committed the fix to those methods just in case anyway. Please report any issues with the rc2. |
Regarding the issue Viviane refers to with the difficulty of signing going forward - it is a real issue and these kinds of policies were proposed by Microsoft in the past but they always backtracked over them when people complained. Regardless it seems that once the driver is signed and timestamped it should continue working into the future (even past the policy change date). See this quote from the policy The issue is only with us being able to release a bugfix or adapt the driver to a new kernel release - which this project does so rarely it might not be a real problem (we used the previous signed driver for about 4 years and only needed to re-release it recently). From reading the policy document it appears that attenstation signing will continue working for Win10 - it is only an issue of running on old windows versions. Hopefully by the time we have an issue, those older windows versions are not going to be an issue anyway. |
I have encountered a number of memory capture tools that fail and trigger a BSOD on windows 10. There is a really good article as to why here
https://df-stream.com/2017/08/memory-acquisition-and-virtual-secure/
.When I tried to use this in our environment I received this.
The text was updated successfully, but these errors were encountered: