From 51e69233cc7ab2046c10aaf551109c65f7591291 Mon Sep 17 00:00:00 2001 From: vxunderground <57078196+vxunderground@users.noreply.github.com> Date: Thu, 14 Jul 2022 23:24:01 -0500 Subject: [PATCH] Create CURDIR.h --- Structures/CURDIR.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 Structures/CURDIR.h diff --git a/Structures/CURDIR.h b/Structures/CURDIR.h new file mode 100644 index 0000000..3681d14 --- /dev/null +++ b/Structures/CURDIR.h @@ -0,0 +1,4 @@ +typedef struct _CURDIR { + UNICODE_STRING DosPath; + PVOID Handle; +}CURDIR, * PCURDIR;