LIEF: Library to Instrument Executable Formats Version 0.17.0
Loading...
Searching...
No Matches
LIEF::PE::SpcRelaxedPeMarkerCheck Class Reference

#include <SpcRelaxedPeMarkerCheck.hpp>

Inheritance diagram for LIEF::PE::SpcRelaxedPeMarkerCheck:
Collaboration diagram for LIEF::PE::SpcRelaxedPeMarkerCheck:

Public Member Functions

 SpcRelaxedPeMarkerCheck ()
 SpcRelaxedPeMarkerCheck (uint32_t value)
 SpcRelaxedPeMarkerCheck (const SpcRelaxedPeMarkerCheck &)=default
SpcRelaxedPeMarkerCheckoperator= (const SpcRelaxedPeMarkerCheck &)=default
uint32_t value () const
void value (uint32_t v)
std::unique_ptr< Attributeclone () const override
std::string print () const override
 Print information about the underlying attribute.
void accept (Visitor &visitor) const override
 ~SpcRelaxedPeMarkerCheck () override=default
Public Member Functions inherited from LIEF::PE::Attribute
 Attribute ()=delete
 Attribute (const Attribute &)=default
Attributeoperator= (const Attribute &)=default
virtual TYPE type () const
 Concrete type of the attribute.
 ~Attribute () override=default
template<class T>
const Tcast () const
template<class T>
Tcast ()
Public Member Functions inherited from LIEF::Object
 Object ()
 Object (const Object &other)
Objectoperator= (const Object &other)
 Object (Object &&other) noexcept=default
Objectoperator= (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>>>

Constructor & Destructor Documentation

◆ SpcRelaxedPeMarkerCheck() [1/3]

LIEF::PE::SpcRelaxedPeMarkerCheck::SpcRelaxedPeMarkerCheck ( )
inline

◆ SpcRelaxedPeMarkerCheck() [2/3]

LIEF::PE::SpcRelaxedPeMarkerCheck::SpcRelaxedPeMarkerCheck ( uint32_t value)
inline

◆ SpcRelaxedPeMarkerCheck() [3/3]

LIEF::PE::SpcRelaxedPeMarkerCheck::SpcRelaxedPeMarkerCheck ( const SpcRelaxedPeMarkerCheck & )
default

◆ ~SpcRelaxedPeMarkerCheck()

LIEF::PE::SpcRelaxedPeMarkerCheck::~SpcRelaxedPeMarkerCheck ( )
overridedefault

Member Function Documentation

◆ accept()

void LIEF::PE::SpcRelaxedPeMarkerCheck::accept ( Visitor & visitor) const
overridevirtual

Reimplemented from LIEF::PE::Attribute.

◆ classof()

bool LIEF::PE::SpcRelaxedPeMarkerCheck::classof ( const Attribute * attr)
inlinestatic

◆ clone()

std::unique_ptr< Attribute > LIEF::PE::SpcRelaxedPeMarkerCheck::clone ( ) const
inlineoverridevirtual

◆ operator=()

SpcRelaxedPeMarkerCheck & LIEF::PE::SpcRelaxedPeMarkerCheck::operator= ( const SpcRelaxedPeMarkerCheck & )
default

◆ print()

std::string LIEF::PE::SpcRelaxedPeMarkerCheck::print ( ) const
inlineoverridevirtual

Print information about the underlying attribute.

Implements LIEF::PE::Attribute.

◆ value() [1/2]

uint32_t LIEF::PE::SpcRelaxedPeMarkerCheck::value ( ) const
inline

Referenced by SpcRelaxedPeMarkerCheck().

◆ value() [2/2]

void LIEF::PE::SpcRelaxedPeMarkerCheck::value ( uint32_t v)
inline

The documentation for this class was generated from the following file: