From 83d4e3bc02fdbc75fe508486be99511ecf308587 Mon Sep 17 00:00:00 2001 From: mr-tz Date: Sun, 2 Jul 2023 16:23:04 +0200 Subject: [PATCH] add import --- host-interaction/file-system/get-common-file-path.yml | 1 + lib/get-os-version.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/host-interaction/file-system/get-common-file-path.yml b/host-interaction/file-system/get-common-file-path.yml index 5078a4da..13ca9804 100644 --- a/host-interaction/file-system/get-common-file-path.yml +++ b/host-interaction/file-system/get-common-file-path.yml @@ -30,6 +30,7 @@ rule: - api: SHGetFolderPathAndSubDir - api: shell32.SHGetFolderPath - api: shell32.SHGetFolderLocation + - api: shell32.SHGetKnownFolderPath - api: shell32.SHGetSpecialFolderPath - api: shell32.SHGetSpecialFolderLocation - api: System.IO.Directory::GetCurrentDirectory diff --git a/lib/get-os-version.yml b/lib/get-os-version.yml index 3f856a64..f6460d57 100644 --- a/lib/get-os-version.yml +++ b/lib/get-os-version.yml @@ -17,3 +17,4 @@ rule: - api: VerifyVersionInfo - api: VerSetConditionMask - api: RtlGetNtVersionNumbers + - api: GetProductInfo