MCPcopy Create free account
hub / github.com/BayshoreNetworks/yextend / usage

Function usage

main.cpp:108–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

106static const char *meta_delim = ",#+,";
107
108void usage() {
109
110 std::cout << std::endl << std::endl << "usage: ./yextend -r RULES_FILE -t TARGET_ENTITY [-j]" << std::endl;
111 std::cout << std::endl;
112 std::cout << " -r RULES_FILE = Yara ruleset file [*required]" << std::endl;
113 std::cout << " -t TARGET_ENTITY = file or directory [*required]" << std::endl;
114 std::cout << " -j output in JSON format and nothing more [optional]" << std::endl;
115
116 std::cout << std::endl << std::endl;
117
118}
119///////////////////////////////////////////////////////////////
120
121bool is_file(const std::string &fpath) {

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected