|
The x86 libraries (kernel32, ntdll, advapi32) include specific version information for the undocumented symbols. For example, I can see which symbols existed in Windows XP. Is this kind of information going to be added in the x64 libraries? If not, do you know where can I get this information from? |
Answered by
vkamenar
Apr 24, 2025
Replies: 1 comment
|
For the most representative system DLL, you can find very detailed information at Geoff Chappell's website. This kind of version information is going to be added to the x64 sample libraries. |
0 replies
Answer selected by
vceler
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For the most representative system DLL, you can find very detailed information at Geoff Chappell's website.
This kind of version information is going to be added to the x64 sample libraries.