Some exports like CiGetCertPublisherName (and RtlUTF8StringToUnicodeString) are not supported on older (e.g. 1507) Windows 10 builds and therefore should be dynamically resolved and fail with STATUS_NOT_IMPLEMENTED if not available to avoid driver loading to fail.
Some exports like `CiGetCertPublisherName` (and [`RtlUTF8StringToUnicodeString`](https://learn.microsoft.com/en-us/windows-hardware/drivers/ddi/ntifs/nf-ntifs-rtlutf8stringtounicodestring)) are not supported on older (e.g. 1507) Windows 10 builds and therefore should be dynamically resolved and fail with `STATUS_NOT_IMPLEMENTED` if not available to avoid driver loading to fail.
- [ ] #2 related
- [ ] Remove the `ci.lib` stubs once done
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Some exports like
CiGetCertPublisherName(andRtlUTF8StringToUnicodeString) are not supported on older (e.g. 1507) Windows 10 builds and therefore should be dynamically resolved and fail withSTATUS_NOT_IMPLEMENTEDif not available to avoid driver loading to fail.ci.libstubs once doneThis can not be done; the import addresses are somehow mangled, I assume the CI.dll is protected by PatchGuard or some other unknown mechanism, shame!