Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ZwQuerySystemInformationユーザーモードからカーネルの関数のアドレスを取得するにはどうすればよいですか?
ZwQuerySystemInformation
ありがとう!
代わりに NtQuerySystemInformation を使用してください。LoadLibrary() を使用して ntdll.dll のハンドルを取得し、GetProcAddress() を使用してアドレスを取得する必要があります。ZwQuerySystemInformation が Windows 8 から削除されたことに注意してください。これが NtQuerySystemInformation に与える影響はかなり不明です。明らかに、それを徹底的にテストする必要があります。