dxgkrnl_hook
dxgkrnl_hook copied to clipboard
C++ graphics kernel subsystem hook
Results
2
dxgkrnl_hook issues
Sort by
recently updated
recently updated
newest added
I have implemented a new working version of the `NtGdiDdDDISubmitCommand` hook in my driver, and am submitting GDI Commands in it like in this example. However I was disappointed to...
https://github.com/nbqofficial/kernel-csgo/assets/165719801/fdd3cc2e-e4b1-4fa8-8b5c-5223d245db38 in usermode every time i call the kernel hooked function the usermode program crashes triying to read 2A0 address, the kenel function is hooked and when i call the...