Skip to content

Instantly share code, notes, and snippets.

View TheDuchy's full-sized avatar
🤓
Learning low level stuff

Jan Neduchal TheDuchy

🤓
Learning low level stuff
View GitHub Profile
@TheDuchy
TheDuchy / drvscan.cpp
Created May 6, 2019 22:48 — forked from adrianyy/drvscan.cpp
vulnerable driver scanner
#include <string>
#include <vector>
#include <fstream>
#include <iostream>
#include <filesystem>
#include <Windows.h>
#include <winternl.h>
static_assert( sizeof( void* ) == 8 );