This commit is contained in:
2026-05-27 13:24:57 +08:00
commit 4bf9a42170
21 changed files with 901 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
#pragma once
#ifndef BASE_H
#define BASE_H
#include <ntifs.h>
#include <ntddk.h>
#include <windef.h>
#include <intrin.h>
#include <ntimage.h>
#endif // !BASE_H