Block or Report
Block or report NateD-MSFT
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
Static-Module-Verifier Public
Forked from microsoft/Static-Module-Verifier
Static Module Verifier technology enables full module analysis using Microsoft Azure.
C# 1
-
Windows-driver-samples Public
Forked from microsoft/Windows-driver-samples
This repo contains driver samples prepared for use with Microsoft Visual Studio and the Windows Driver Kit (WDK). It contains both Universal Windows Driver and desktop-only driver samples.
C
-
windows-driver-docs Public
Forked from MicrosoftDocs/windows-driver-docs
The official Windows Driver Kit documentation sources
PowerShell
-
windows-driver-docs-ddi Public
Forked from MicrosoftDocs/windows-driver-docs-ddi
The official Windows Driver Kit DDI reference documentation sources
-
commercialization-public Public
Forked from brianlic-msft/commercialization-public
Windows hardware documentation for Microsoft partners.
Batchfile
-
codeql Public
Forked from github/codeql
CodeQL: the libraries and queries that power security researchers around the world, as well as code scanning in GitHub Advanced Security (code scanning), LGTM.com, and LGTM Enterprise
CodeQL
89 contributions in the last year
Contribution activity
March 2022
Created 12 commits in 2 repositories
Created 1 repository
Created a pull request in microsoft/Static-Module-Verifier that received 1 comment
Fix support for source filenames with dashes and spaces.
Filenames in VS2022 and other compilers are valid even if they contain dashes or spaces. However, the interceptor does not correctly account for wh…