MCPcopy Create free account
hub / github.com/Mixaill/FakePDB / main

Function main

src_cpp/src/main.cpp:80–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78
79
80int main(int argc, char* argv[]) {
81 FakePDB::Main app;
82
83 app.AddCommand(std::make_shared<FakePDB::Commands::CommandCoffCreatelib>());
84 app.AddCommand(std::make_shared<FakePDB::Commands::CommandPdbGenerate>());
85 app.AddCommand(std::make_shared<FakePDB::Commands::CommandPeExports>());
86 app.AddCommand(std::make_shared<FakePDB::Commands::CommandPeGuidAge>());
87 app.AddCommand(std::make_shared<FakePDB::Commands::CommandPeTimestamp>());
88
89 return app.Run(argc, argv);
90}

Callers

nothing calls this directly

Calls 2

AddCommandMethod · 0.80
RunMethod · 0.45

Tested by

no test coverage detected