You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The metadata contains some ntdll functions, e.g. NtCreateKey. According to a search in the repository issues, those are all documented functions or Nt* - variants of functions where the Zw variants were documented. However, like NtCreateKey, not all of them are actually documented as part of ntdll, but instead as a kernel-mode function in ntoskrnl.exe (I am aware that ntdll contains the user-mode syscall equivalents, but the documentation makes no mention of that).
As this is an official crate by MS, can I rely on those functions being present in future versions and updates of Windows?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
The metadata contains some ntdll functions, e.g.
NtCreateKey. According to a search in the repository issues, those are all documented functions orNt*- variants of functions where theZwvariants were documented. However, likeNtCreateKey, not all of them are actually documented as part ofntdll, but instead as a kernel-mode function inntoskrnl.exe(I am aware thatntdllcontains the user-mode syscall equivalents, but the documentation makes no mention of that).As this is an official crate by MS, can I rely on those functions being present in future versions and updates of Windows?
Beta Was this translation helpful? Give feedback.
All reactions