Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Adaptix-Framework/AdaptixC2
/ Settings
Method
Settings
AdaptixClient/Source/Client/Settings.cpp:6–12 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4
#include <MainAdaptix.h>
5
6
Settings::Settings(MainAdaptix* m)
7
{
8
mainAdaptix = m;
9
10
this->SetDefault();
11
this->LoadFromDB();
12
}
13
14
Settings::~Settings() = default;
15
Callers
nothing calls this directly
Calls
2
SetDefault
Method · 0.95
LoadFromDB
Method · 0.95
Tested by
no test coverage detected