On 1/24/19 1:13 AM, Chip Davis wrote:
January 23, 2019 4:09 PM, "Nikolay Sivov" nsivov@codeweavers.com wrote:
On 1/23/19 11:47 PM, Fabian Maurer wrote:
Hello Nikolay,
You can use winedump on both 32bit and 64bit api-ms-win-core-libraryloader-l1-2-1 to get their exports. Just install the latest Win10 with the latest SDK to get the most recent version of these DLLs.
Then you can also add the Windows10/SDK version that you used to generated the specs into the patch.
I don't have this file in 10.0.17763.0.
That's because it's not a real file. On real Windows, it's a pseudo-DLL generated on demand by the loader, which keeps a big table of API sets and their mappings to the real DLLs that implement them.
That's why I asked about how I am supposed to generate from it. I don't really want to dump memory sections after it was loaded hoping to find something there.
Regards,
Fabian Maurer
Chip