IOCTL driver error code 577

  • Thread starter Thread starter fubenai
  • Start date Start date
F

fubenai

Guest
environment

Windows 10 Enterprise, 64bit,Visual Studio Community 2019--16.8.2 , SDK --10.0.19041.0,Windows Driver Kit

I have configed the driver digital signature is disabled.

Operations:

download the official sample ioctl code from:

IOCTL - Code Samples


config the ioctlapp project

[attribution]->[Linker]->[list file]->[UAC Execution level]:requireAdminstrator

build the .sys and ioctlapp code. copy the sioctl.sys to exe file ,then run the ioctlapp in debug mode ,

in the function: BOOLEAN StartDriver(_In_ SC_HANDLE SchSCManager,_In_ LPCTSTR DriverName);

StartService failure! Error = 577

then the code return.

So anyone who can help me about this ?how to run the sample code ? why StartService failure? Or how to StartService success?

Thanks a lot!

Continue reading...
 
Back
Top