steve10120 Posted October 28, 2010 Posted October 28, 2010 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.
Aguila Posted October 29, 2010 Posted October 29, 2010 this ? http://msdn.microsoft.com/en-us/library/aa382384%28v=VS.85%29.aspx
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now