I'm getting access denied while trying to open a handle to the driver using CreateFile.
I thought it was an issue with my implementation, but it seems the permissions changed in recent versions of Windows.
I tried with SeDebugPrivilege + SeLoadDriverPrivilege + SeTcpPrivilege and even SeSecurityPrivilege.
If you find a way around this, please let me know. I'm trying to bring this to PowerShell 😅
My take on it: https://github.com/FranciscoNabas/ProcessSlayer