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

Method GetProcessBrowser

AdaptixClient/Source/Agent/Agent.cpp:387–392  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

385}
386
387BrowserProcessWidget* Agent::GetProcessBrowser()
388{
389 if (!processBrowser)
390 processBrowser = new BrowserProcessWidget(adaptixWidget, this);
391 return processBrowser;
392}
393
394TerminalContainerWidget* Agent::GetTerminal()
395{

Callers 2

LoadProcessBrowserUIMethod · 0.80
processSyncPacketMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected