Document and test CiValidateFileObject magic flag 0x00000020 #3

Open
opened 2025-03-15 13:46:48 +01:00 by nefarius · 0 comments
Owner

Via https://github.com/Ido-Moshe-Github/CiDllDemo/issues/5#issuecomment-2725851295

Here's solution, it works on clean Windows 10 without TESTSIGNING ON.
status = CiValidateFileObject(FileObject,
0x00000020, // magic flag
0,
&policyInfo,
&timeStampPolicyInfo,
&signingTime,
thumbprint,
&thumbprintSize,
&thumbprintAlgorithm);

Tested on build 19041 and 19045.
I spent 5 hours of my time on it and I am happy it wasn't a month.
I don't want your bitcoins but I appreciate virtual hugs

Via https://github.com/Ido-Moshe-Github/CiDllDemo/issues/5#issuecomment-2725851295 > Here's solution, it works on clean Windows 10 without TESTSIGNING ON. > status = CiValidateFileObject(FileObject, > 0x00000020, // magic flag > 0, > &policyInfo, > &timeStampPolicyInfo, > &signingTime, > thumbprint, > &thumbprintSize, > &thumbprintAlgorithm); > > Tested on build 19041 and 19045. > I spent 5 hours of my time on it and I am happy it wasn't a month. > I don't want your bitcoins but I appreciate virtual hugs
nefarius changed title from Document `CiValidateFileObject` magic flag `0x00000020` to Document and test `CiValidateFileObject` magic flag `0x00000020` 2025-03-15 13:47:02 +01:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: nefarius/Domito#3
No description provided.