While trying to resolve dynamic DLLs (api-ms*, ext-ms*), I face a problem with an undefined reference from kernel32.AddDllDirectory: api-ms-win-core-libraryloader-l1-1-0.AddDllDirectory, but there is no such entry in the apisetschema.dll. Only those entries related to the "libraryloader" are presented:
api-ms-win-core-libraryloader-l1-1-1
api-ms-win-core-libraryloader-l1-2-3
api-ms-win-core-libraryloader-l2-1-0
api-ms-win-core-libraryloader-private-l1-1-0
What should I do to get api-ms-win-core-libraryloader-l1-1-0? Why does the kernel refer to it? How do I handle it?
I am using Windows 11, API_SET_NAMESPACE's version is 6.
-symbol in name, and search (by hash )only "api-ms-win-core-libraryloader-l1-1-" ?