Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Adaptix-Framework/AdaptixC2
/ GetShell
Method
GetShell
AdaptixClient/Source/Agent/Agent.cpp:401–406 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
399
}
400
401
TerminalContainerWidget* Agent::GetShell()
402
{
403
if (!shell)
404
shell = new TerminalContainerWidget(this, adaptixWidget, TerminalModeShell);
405
return shell;
406
}
Callers
1
LoadShellUI
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected