diff --git a/scripts/lint.py b/scripts/lint.py index c243ca16..85de2bfc 100644 --- a/scripts/lint.py +++ b/scripts/lint.py @@ -571,6 +571,8 @@ class FeatureNtdllNtoskrnlApi(Lint): "RtlCreateUserProcess", "NtProtectVirtualMemory", "NtEnumerateSystemEnvironmentValuesEx", + "NtQuerySystemEnvironmentValueEx", + "NtQuerySystemEnvironmentValue", ): # ntoskrnl.exe does not export these routines continue @@ -581,6 +583,7 @@ class FeatureNtdllNtoskrnlApi(Lint): "KeStackAttachProcess", "ObfDereferenceObject", "KeUnstackDetachProcess", + "ExGetFirmwareEnvironmentVariable", ): # ntdll.dll does not export these routines continue