winchecksec
Loading...
Searching...
No Matches
Namespaces | Typedefs | Functions
main.cpp File Reference
#include "checksec.h"
#include "vendor/argh.h"
#include "vendor/json.hpp"
Include dependency graph for main.cpp:

Namespaces

namespace  checksec
 

Typedefs

using json = nlohmann::json
 

Functions

void checksec::to_json (json &j, const MitigationPresence &p)
 
void checksec::to_json (json &j, const MitigationReport &r)
 
void checksec::to_json (json &j, const Checksec &c)
 
std::ostream & checksec::operator<< (std::ostream &os, Checksec &self)
 
void usage (char *argv[])
 
void version ()
 
int main (int argc, char *argv[])
 

Typedef Documentation

◆ json

using json = nlohmann::json

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

◆ usage()

void usage ( char *  argv[])

◆ version()

void version ( )