|
Rizin
unix-like reverse engineering framework and cli tools
|
#include <pe_specs.h>
Public Attributes | |
| ut32 | dwLength |
| ut16 | wRevision |
| ut16 | wCertificateType |
| ut8 * | bCertificate |
Definition at line 417 of file pe_specs.h.
| ut8* Pe_certificate::bCertificate |
Definition at line 421 of file pe_specs.h.
Referenced by bin_pe_init_security().
| ut32 Pe_certificate::dwLength |
Definition at line 418 of file pe_specs.h.
Referenced by bin_pe_init_security().
| ut16 Pe_certificate::wCertificateType |
Definition at line 420 of file pe_specs.h.
Referenced by bin_pe_init_security().
| ut16 Pe_certificate::wRevision |
Definition at line 419 of file pe_specs.h.
Referenced by bin_pe_init_security().