MCPcopy 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
401TerminalContainerWidget* Agent::GetShell()
402{
403 if (!shell)
404 shell = new TerminalContainerWidget(this, adaptixWidget, TerminalModeShell);
405 return shell;
406}

Callers 1

LoadShellUIMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected