mirror of
https://github.com/JustaT3ch/Kernel-Snooping
synced 2026-06-08 11:25:44 +00:00
14 lines
237 B
C++
14 lines
237 B
C++
#pragma once
|
|
|
|
#include <iostream>
|
|
#include <windows.h>
|
|
#include <psapi.h>
|
|
#include <winternl.h>
|
|
#include <tchar.h>
|
|
#include "helper_functions.h"
|
|
#include "vuln_drv.h"
|
|
#include "byte_scan.h"
|
|
|
|
|
|
#pragma warning (disable: 4700)
|