Skip to content

Instantly share code, notes, and snippets.

View JPShag's full-sized avatar
🤔
Focused

vcpu JPShag

🤔
Focused
View GitHub Profile
@adrianyy
adrianyy / drvscan.cpp
Created May 2, 2019 16:37
vulnerable driver scanner
#include <string>
#include <vector>
#include <fstream>
#include <iostream>
#include <filesystem>
#include <Windows.h>
#include <winternl.h>
static_assert( sizeof( void* ) == 8 );