Posted October 28, 201014 yr Hi. Was wondering if any one has some example code of reading the security/certificate table(in the data directories). Can't seem to find any documentation or example code any where. This is the kind of info I mean, though maybe not as detailed./>http://i55.tinypic.com/fohe90.pngThe only structure I can find istypedef struct _WIN_CERTIFICATE{ DWORD dwLength; WORD wRevision; WORD wCertificateType; BYTE bCertificate[ANYSIZE_ARRAY];} WIN_CERTIFICATE, *LPWIN_CERTIFICATE;Some example code listing basic details would be alot easier for me to learn from. Any help would be appreciated.
Create an account or sign in to comment