On Sun Sep 1 19:28:26 2024 +0000, Biswapriyo Nath wrote:
NtQuerySystemInformation and NtQuerySystemEnvironmentValueEx
@nsivov thanks for the tip, it seems they need to be implemented and they do the same thing.
@Biswa96 `NtQuerySystemInformation` probably not needed, documentation says the function is designed for something else. https://learn.microsoft.com/en-us/windows/win32/api/winternl/nf-winternl-ntq...
We only need `NtQuerySystemEnvironmentValueEx` and `NtQuerySystemEnvironmentValue`.