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

Method loadGlobalScript

AdaptixClient/Source/Client/Extender.cpp:143–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143void Extender::loadGlobalScript(const QString &path) { this->LoadFromFile(path, true); }
144
145void Extender::unloadGlobalScript(const QString &path) { this->RemoveExtension(path); }

Callers

nothing calls this directly

Calls 1

LoadFromFileMethod · 0.95

Tested by

no test coverage detected