News:

Masm32 SDK description, downloads and other helpful links
Message to All Guests
NB: Posting URL's See here: Posted URL Change

Main Menu

how to write driver on win7 system?

Started by robert, March 05, 2015, 05:12:33 PM

Previous topic - Next topic

robert

hi, everybody,
can masm write driver on win7?
are there some example or tut?

hutch--

Drivers are a lot more complicated than you may think, for Win7 they need to be signed by Microsoft which is an expensive option. They restrict drivers this way due to security concerns over trojans and viruses.

dedndave

from what i understand, there are work-arounds
at least, ways to tell the OS to install your own un-signed driver at boot

http://www.website.masmforum.com/tutorials/kmdtute/

notice that there is a lack of driver discussion on this forum
that's because we have rules to prevent the development of potentially malicious software