We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Make a coretest.py compatible for Windows. If this is not possible then make a similar concept script.
The text was updated successfully, but these errors were encountered:
Windows have a way to make a process dump:
https://support.microsoft.com/en-us/help/931673/how-to-create-a-user-mode-process-dump-file-in-windows-vista-and-in-windows-7
Core goes to %APPDATA%\Local\Temp
For windows probably we need to user find/findstr as replacement for strings/grep.
Sorry, something went wrong.
No branches or pull requests
Make a coretest.py compatible for Windows.
If this is not possible then make a similar concept script.
The text was updated successfully, but these errors were encountered: