Dynamically load CI exports #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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_IMPLEMENTED
if not available to avoid driver loading to fail.ci.lib
stubs 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!