kmdf Questions

5

Solved

While I was compiling this project https://github.com/namazso/hdd_serial_spoofer I got the error message above ,how can I solve this ? I'm using vs 2017 and wdk 10 . (Must compile in release ,deb...
Aelber asked 11/9, 2018 at 3:26

1

When I try to debug my KMDF driver from Visual Studio 2013, I get following error Windows Debugging Extension for Visual Studio Could not start debug session, error 8004005: Unspecified erro...
Photomural asked 7/11, 2013 at 14:6

0

I'm trying to compile the sysvad audio driver example found here: https://github.com/Microsoft/Windows-driver-samples/tree/master/audio/sysvad Getting a linker error when compiling windows kernel ...
Goodwife asked 27/1, 2019 at 21:59

1

I call AcquireCredentialsHandle in a kernel driver, passing in SCHANNEL_CRED with the dwCredFormat set to SCH_CRED_FORMAT_CERT_HASH. It fails with SEC_E_NO_CREDENTIALS. Here is my code: BYTE certH...
Schrecklichkeit asked 3/8, 2018 at 9:18

1

Solved

I have VS 2015, and I also have Windows Driver Kit 10.0 But in VS 2015 Enterprise, I could not find any template to write KMDF related development. I tried to install so search for template for KMD...
Hardej asked 8/6, 2016 at 16:9

1

Solved

I came across kernel-mode drivers with very little experience. Here's what I am trying to do: Have a user-mode application that loads the driver. Have the user-mode application write to it, in or...
Exodus asked 3/6, 2014 at 13:27

1

Solved

My platform is x86 and x86-64, on Windows. The point of the interrupt priority system is to have the highest priority interrupt beat out the others. To enforce this, I'm guessing that Windows will...
Beitz asked 9/3, 2014 at 8:58

2

Solved

When creating a Windows Driver project in Visual Studio 2012, you have many different options to choose from. There's a page on MSDN that helps you with choosing the correct driver model for your ...
Dumm asked 15/5, 2013 at 15:45

5

Solved

Does anyone know ways of partially or fully automating driver test installation? I am new to driver development and am used to more of a test-driven approach in higher level languages, so moving ...
Cooney asked 16/10, 2009 at 8:47

1

Solved

I am using the KbFilter example in the WDK, trying to send an IOCTL in a function that is called by KbFilter_ServiceCallback and therefore is executed at DISPATCH_LEVEL. The function just has to se...
Whitt asked 3/10, 2009 at 7:35

5

Solved

I am trying to convert a C++ struct to C but keep getting "undeclared identifier"? Does C++ have a different syntax for referring to structs? struct KEY_STATE { bool kSHIFT; //if the sh...
Yepez asked 29/9, 2009 at 13:59

2

Solved

I am quite new to driver development and trying to write a simple filter driver that will enable or disable a keyboard or mouse device. If I can make it work, I want to use it to disable the touchp...
Hulbig asked 16/9, 2009 at 3:28
1

© 2022 - 2024 — McMap. All rights reserved.