From 228ba16c0e9f9c14f2830824b059ddc9783ce2c8 Mon Sep 17 00:00:00 2001 From: Computer Network Investigation <121175071+JSCU-CNI@users.noreply.github.com> Date: Mon, 9 Sep 2024 13:56:17 +0200 Subject: [PATCH] Properly escape path --- dissect/shellitem/lnk/c_lnk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dissect/shellitem/lnk/c_lnk.py b/dissect/shellitem/lnk/c_lnk.py index f9ab57d..627215e 100644 --- a/dissect/shellitem/lnk/c_lnk.py +++ b/dissect/shellitem/lnk/c_lnk.py @@ -102,7 +102,7 @@ }; typedef struct NET_NAME { - char net_name[]; // A NULL–terminated string, as defined by the system default code page, which specifies a server share path; for example, "\\server\share". + char net_name[]; // A NULL–terminated string, as defined by the system default code page, which specifies a server share path; for example, "\\\\server\\share". }; typedef struct DEVICE_NAME {