winchecksec
|
Namespaces | |
namespace | impl |
Classes | |
class | Checksec |
class | ChecksecError |
struct | MitigationReport |
Enumerations | |
enum class | MitigationPresence { Present , NotPresent , NotApplicable , NotImplemented } |
Functions | |
void | to_json (json &j, const MitigationPresence &p) |
void | to_json (json &j, const MitigationReport &r) |
void | to_json (json &j, const Checksec &c) |
std::ostream & | operator<< (std::ostream &os, Checksec &self) |
|
strong |
Models the state of a security mitigation.
Every mitigation supported by winchecksec is in one of these states.
std::ostream & checksec::operator<< | ( | std::ostream & | os, |
Checksec & | self | ||
) |
void checksec::to_json | ( | json & | j, |
const MitigationPresence & | p | ||
) |
void checksec::to_json | ( | json & | j, |
const MitigationReport & | r | ||
) |