MCPcopy Create free account
hub / github.com/Adaptix-Framework/AdaptixC2 / main

Function main

AdaptixClient/Source/main.cpp:26–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26int main(int argc, char *argv[])
27{
28 defaultHandler = qInstallMessageHandler(messageFilter);
29
30 QLoggingCategory::setFilterRules(
31 "qt.text.font.db=false\n"
32 "qt.text.font.db.debug=false\n"
33 "qt.text.font.db.warning=false\n"
34 "qt.text.font.db.info=false\n"
35 "qt.text.font.db.critical=false\n"
36 "qt.core.qobject.connect=false"
37 );
38
39 QApplication a(argc, argv);
40
41 // Force early SSL backend initialization
42 QSslSocket::supportsSsl();
43
44 a.setQuitOnLastWindowClosed(true);
45
46 GlobalClient = new MainAdaptix();
47 GlobalClient->Start();
48}

Callers

nothing calls this directly

Calls 1

StartMethod · 0.45

Tested by

no test coverage detected