mirror of
https://github.com/RedCursorSecurityConsulting/PPLKiller
synced 2026-06-21 13:45:37 +00:00
13 lines
272 B
C
13 lines
272 B
C
#pragma once
|
|
#include <Windows.h>
|
|
#include <Winternl.h>
|
|
#include <tchar.h>
|
|
#include <stdio.h>
|
|
#include <sddl.h>
|
|
#include <shellapi.h>
|
|
#include <strsafe.h>
|
|
|
|
#define REGISTRY_USER_PREFIX _T("\\Registry\\User\\")
|
|
#define IMAGE_PATH _T("\\??\\")
|
|
|
|
int fullsend(LPWSTR, LPWSTR); |