|
Get real address of api not nt version
Hello guys
As far as I searched, Microsoft decided to redirect api's to nt version from windows 8. Please correct me if it's wrong.
For example if I use GetProcAddress(user32.dll, ShowWindow) the returned address is NtUserShowWindow even using GetProcAddress or LoadLibrary replacement custom code or GetModuleHandle.
https://imgur.com/a/Dkw6O43
So, How can I get the real address of ShowWindow bytes in memory not nt version of this api.
Thank you.
|