winchecksec
|
#include <checksec.h>
Public Member Functions | |
operator bool () const | |
Public Attributes | |
MitigationPresence | presence |
std::string | description |
std::optional< std::string > | explanation |
Represents a "report" on a particular security mitigation.
|
inline |
presence
is MitigationPresence::Present, false otherwise std::string checksec::MitigationReport::description |
A brief description of the mitigation.
std::optional<std::string> checksec::MitigationReport::explanation |
An optional explanation of the mitigation's detection (or non-detection).
MitigationPresence checksec::MitigationReport::presence |
A MitigationPresence indicating the mitigation's state.