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

Method Extender

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

Source from the content-addressed store, hash-verified

5#include <MainAdaptix.h>
6
7Extender::Extender(MainAdaptix* m)
8{
9 mainAdaptix = m;
10 dialogExtender = new DialogExtender(this);
11 this->LoadFromDB();
12}
13
14Extender::~Extender() = default;
15

Callers

nothing calls this directly

Calls 1

LoadFromDBMethod · 0.95

Tested by

no test coverage detected