Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ReversecLabs/C3
/ RunCommand
Method
RunCommand
Src/ChannelLinter/MockDeviceBridge.cpp:51–54 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
49
}
50
51
FSecure::ByteVector MockDeviceBridge::RunCommand(ByteView command)
52
{
53
return GetDevice()->OnRunCommand(command);
54
}
55
56
FSecure::ByteVector MockDeviceBridge::WhoAreYou()
57
{
Callers
1
TestCommand
Method · 0.45
Calls
1
OnRunCommand
Method · 0.45
Tested by
1
TestCommand
Method · 0.36