Skip to content
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

Failed to load driver #2

Closed
paul1339 opened this issue Apr 24, 2023 · 1 comment
Closed

Failed to load driver #2

paul1339 opened this issue Apr 24, 2023 · 1 comment

Comments

@paul1339
Copy link

Flags:         'waitkey'
Dll Path:      'BakaWare4.dll'
Process Name:  'cs2.exe'

[+] .LDATA:     7ff619d3f000 ->     7ff619d3f160!
[+] .LTEXT:     7ff619cf1000 ->     7ff619cf139c!
[+] Increasing working set (200 KB, 1380 KB) -> (204 KB, 1384 KB)!
[+] Locked     7ff619d3f000 successfully!
[+] Increasing working set (204 KB, 1384 KB) -> (208 KB, 1388 KB)!
[+] Locked     7ff619cf1000 successfully!
[+] Kernel: ntoskrnl.exe @ fffff80447600000
[+] DeleteFile (C:\Windows\system32\drivers\JADFMDHJHFSS.sys) : 1
[+] NtLoadDriver(\Registry\Machine\System\CurrentControlSet\Services\HGFHSEAKILKO) returned c000009a
[+] NtUnloadDriver(\Registry\Machine\System\CurrentControlSet\Services\HGFHSEAKILKO) returned c0000034
[+] Failed to load driver!

Windows version:
image

CS2 version:
Build: 9652 (revision 7964241)

@dumbasPL
Copy link
Member

that's because the modern version of Windows block the loading of vulnerable drivers.

run this in admin powershell and reboot

reg add HKLM\SYSTEM\CurrentControlSet\CI\Config /v "VulnrableDriverBlocklistEnable" /t REG_DWORD /d 0 /f
reg add HKLM\SYSTEM\CurrentControlSet\Control\DeviceGuard\Scenarios\HypervisorEnforcedCodeIntegrity /v "Enabled" /t REG_DWORD /d 0 /f

@dumbasPL dumbasPL pinned this issue Apr 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants