mirror of
https://github.com/QuasarApp/LIEF.git
synced 2025-04-29 05:44:32 +00:00
* Unify SignerInfo issuer field format This makes it so that the SignerInfo issuer field has the same format as the issuer fields in each x509 cert, so the two can be more easily compared. Also, this commit adds '0x' in front of the Data Directory RVAs and sizes to make it more clear that the values are printed in hex. * Add missing include in SignerInfo.cpp * Address Codacy feedback and minor change to text The serial number of the signing certificate will now be printed as 'Serial Number' instead of 'Issuer Serial Number' since the latter is a bit confusing (the serial number in the SignerInfo section is the serial number of the certificate that actually signed the executable) * Update python pe_reader example based on issuer changes