mirror of
https://github.com/wavvs/nanorobeus
synced 2026-06-08 18:08:34 +00:00
8 lines
145 B
C
8 lines
145 B
C
#pragma once
|
|
|
|
#include <windows.h>
|
|
#include <ntsecapi.h>
|
|
#include "common.h"
|
|
|
|
void execute_purge(WCHAR **dispatch, LUID luid, BOOL currentLuid);
|