This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Description
On Windows, when we enable loader snaps in dynamic-linker in the fuzzer help check, we get an extensive loader transcript. When a specific export is missing from the DLL that was resolved, we also get information about which export is missing.
- When a DLL is found, but one or more expected exports are missing, report them. The wrong DLL was probably found and loaded.
- On error on Windows, include the entire loader transcript in the task error logs.
AB#36071