mirror of
https://github.com/wavestone-cdt/EDRSandblast.git
synced 2026-06-08 16:37:12 +00:00
4bff81986b
Co-authored-by: Thomas Diot <thomas.diot@wavestone.com>
15 lines
194 B
C
15 lines
194 B
C
/*
|
|
|
|
--- LSASS dump functions.
|
|
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#include <Windows.h>
|
|
#include <Dbghelp.h>
|
|
#include <Tchar.h>
|
|
#include <stdio.h>
|
|
#include <tlhelp32.h>
|
|
|
|
DWORD WINAPI dumpLSASSProcess(void* data); |