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

Method AddNewExtension

AdaptixClient/Source/UI/MainUI.cpp:112–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110}
111
112bool MainUI::AddNewExtension(ExtensionFile *extFile)
113{
114 bool result = true;
115 for (auto adaptixWidget : AdaptixProjects) {
116 if (adaptixWidget) {
117 result = adaptixWidget->AddExtension(extFile);
118 if (!result)
119 break;
120 }
121 }
122 return result;
123}
124
125bool MainUI::SyncExtension(const QString &Project, ExtensionFile *extFile)
126{

Callers 2

SetExtensionMethod · 0.80
EnableExtensionMethod · 0.80

Calls 1

AddExtensionMethod · 0.45

Tested by

no test coverage detected