I have a program that runs 24/7 to automatically update my distributed software.
At one of my client locations, sometimes it encounters a Windows error with the file ntdll.dll. I have researched this and found this is likely caused by a defective .dll file, which is part of the windows operating system files distributed by Microsoft.
I do not distribute or knowingly interact with this file in my application.
So here is my question: Are there known FWH calls that would address ntdll.dll ?.
This is happening only at one client's location, is not consistent, and causes a Windows, rather than FWH, error. It would not be possible to write a sample that creates the problem, so I strictly want to know about possible calls to this .dll from within FWH. Also, I know that a wide variety of non-FWH programs can also get this same error message, and it has occurred for years.
Thanks for sharing your knowledge on this topic.