mirror of
https://github.com/wavestone-cdt/EDRSandblast.git
synced 2026-06-08 16:37:12 +00:00
12 lines
114 B
C
12 lines
114 B
C
/*
|
|
|
|
--- LSASS dump functions.
|
|
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include <Windows.h>
|
|
|
|
|
|
DWORD WINAPI dumpLSASSProcess(void* data); |