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