-
-
Notifications
You must be signed in to change notification settings - Fork 391
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 after writeprocessmemory using triggercopyonwrite #24
Comments
it will take a few minutes or hours |
Well, could you check it again with this release? https://github.com/HoShiMin/Kernel-Bridge/releases/tag/v1.19.2 |
EDIT
MEMORY_MANAGEMENT Parameters |
This case maybe helpful: Call |
@Tai7sy, in fact there are no ways to trigger CoW safely...
...and I have no idea how to fix it. We can use ZwProtectVirtualMemory to make a page writeable, then perform write and revert rights back, but there is no ZwProtectVirtualMemory in Windows 7's exports (and it's unsafe to find it by signatures - I want solve it without questionable code). What else could we do? |
When set a breakpoint on
There is also no difference in the second paramter of
The call to ALso, using |
after the target process terminated, there will still be a pfn left on system,
and bsod when produrce of memory management try to scan all pfn and find a useless pfn.
The text was updated successfully, but these errors were encountered: