-
Notifications
You must be signed in to change notification settings - Fork 284
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
What should it be used for #22
Comments
WNODE_HEADER::Guid ? |
Second question. Using ETW to get cross-process events works fine on Windows10, but in NT6.1, 6.2, and 6.3, no events will be obtained before the restart. To be specific, I didn't find the reason. |
Third question, There are some issues with the drivers that can cause the blue screen to occur (depending on luck). In the operation of the InjInfoListHead linked list, you should perform necessary exclusive operations, otherwise the blue screen is inevitable when the process moves frequently. I fixed it and it works fine so far. |
Well, I want to load a DLL in a process that has no Kernel32.dll dependency, usually emulator processes such as Smartgaga or Gameloop. The purpose is to enable access to memory directly from the DLL without relying on Kernel to access it for me. If you have fixed the BSOD issue for the latest Windows 10 (21H2) how can I get the corrected and fixed solution from you? Which branch or origin should I get where the BSOD has been addressed? |
Like this, Just be careful about thread safety. |
Would you mind sharing your fix? |
Refer to the code I gave in this issue. :) |
injdrv/src/injldr/main.c
Line 24 in a8dadf4
The text was updated successfully, but these errors were encountered: