|
LIEF: Library to Instrument Executable Formats Version 0.17.1
|
Interface over the structure described by the OID 1.3.6.1.4.1.311.2.1.12. More...
#include <SpcSpOpusInfo.hpp>


Public Member Functions | |
| SpcSpOpusInfo (std::string program_name, std::string more_info) | |
| SpcSpOpusInfo () | |
| SpcSpOpusInfo (const SpcSpOpusInfo &)=default | |
| SpcSpOpusInfo & | operator= (const SpcSpOpusInfo &)=default |
| std::unique_ptr< Attribute > | clone () const override |
| const std::string & | program_name () const |
| Program description provided by the publisher. | |
| const std::string & | more_info () const |
| Other information such as an url. | |
| std::string | print () const override |
| Print information about the attribute. | |
| void | accept (Visitor &visitor) const override |
| ~SpcSpOpusInfo () override=default | |
| Public Member Functions inherited from LIEF::PE::Attribute | |
| Attribute ()=delete | |
| Attribute (const Attribute &)=default | |
| Attribute & | operator= (const Attribute &)=default |
| virtual TYPE | type () const |
| Concrete type of the attribute. | |
| ~Attribute () override=default | |
| template<class T> | |
| const T * | cast () const |
| template<class T> | |
| T * | cast () |
| Public Member Functions inherited from LIEF::Object | |
| Object () | |
| Object (const Object &other) | |
| Object & | operator= (const Object &other) |
| Object (Object &&other) noexcept=default | |
| Object & | operator= (Object &&other) noexcept=default |
| template<class T> | |
| output_t< T > | as () |
| template<class T> | |
| output_const_t< T > | as () const |
| virtual bool | operator== (const Object &other) const |
| virtual bool | operator!= (const Object &other) const |
| virtual | ~Object () |
Static Public Member Functions | |
| static bool | classof (const Attribute *attr) |
Additional Inherited Members | |
| Public Types inherited from LIEF::PE::Attribute | |
| enum class | TYPE { UNKNOWN = 0 , CONTENT_TYPE , GENERIC_TYPE , SIGNING_CERTIFICATE_V2 , SPC_SP_OPUS_INFO , SPC_RELAXED_PE_MARKER_CHECK , MS_COUNTER_SIGN , MS_SPC_NESTED_SIGN , MS_SPC_STATEMENT_TYPE , MS_PLATFORM_MANIFEST_BINARY_ID , PKCS9_AT_SEQUENCE_NUMBER , PKCS9_COUNTER_SIGNATURE , PKCS9_MESSAGE_DIGEST , PKCS9_SIGNING_TIME } |
| Public Types inherited from LIEF::Object | |
| template<class T> | |
| using | output_t = add_pointer_t<decay_t<T>> |
| template<class T> | |
| using | output_const_t = add_pointer_t<add_const_t<decay_t<T>>> |
Interface over the structure described by the OID 1.3.6.1.4.1.311.2.1.12.
The internal structure is described in the official document: Windows Authenticode Portable Executable Signature Format
|
inline |
References LIEF::PE::Attribute::Attribute(), more_info(), program_name(), and LIEF::PE::Attribute::SPC_SP_OPUS_INFO.
Referenced by clone(), operator=(), SpcSpOpusInfo(), and SpcSpOpusInfo().
|
inline |
References SpcSpOpusInfo().
|
default |
References SpcSpOpusInfo().
|
overridedefault |
|
overridevirtual |
Reimplemented from LIEF::PE::Attribute.
|
inlinestatic |
|
inlineoverridevirtual |
Implements LIEF::PE::Attribute.
References SpcSpOpusInfo().
|
inline |
Other information such as an url.
Referenced by SpcSpOpusInfo().
|
default |
References SpcSpOpusInfo().
|
overridevirtual |
Print information about the attribute.
Implements LIEF::PE::Attribute.
|
inline |
Program description provided by the publisher.
Referenced by SpcSpOpusInfo().