mirror of
https://github.com/Cr4sh/KernelForge
synced 2026-06-08 10:43:38 +00:00
24 lines
460 B
C
24 lines
460 B
C
#pragma once
|
|
#pragma warning(disable: 4200)
|
|
#pragma warning(disable: 4996)
|
|
|
|
#include "targetver.h"
|
|
|
|
#include <stdio.h>
|
|
#include <tchar.h>
|
|
#include <conio.h>
|
|
|
|
#include <Windows.h>
|
|
#include <sddl.h>
|
|
#include <Shlwapi.h>
|
|
|
|
#include "common/ntdll_defs.h"
|
|
#include "common/ntdll_undocnt.h"
|
|
#include "common/common.h"
|
|
#include "common/debug.h"
|
|
#include "common/peimage.h"
|
|
|
|
#include "include/kforge_library.h"
|
|
|
|
#include "dll_inject_shellcode.h"
|