MCPcopy Create free account
hub / github.com/FalconOpsLLC/goexec / ExecutionMethod

Interface ExecutionMethod

pkg/goexec/method.go:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18}
19
20type ExecutionMethod interface {
21 Method
22 Execute(ctx context.Context, io *ExecutionIO) error
23}
24
25type CleanExecutionMethod interface {
26 ExecutionMethod

Callers 2

ExecuteMethodFunction · 0.65
ExecuteFunction · 0.65

Implementers 12

ScmrChangepkg/goexec/scmr/change.go
ScmrCreatepkg/goexec/scmr/create.go
DcomHtafilepkg/goexec/dcom/htafile.go
DcomShellBrowserWindowpkg/goexec/dcom/shellbrowserwindow.go
DcomShellWindowspkg/goexec/dcom/shellwindows.go
DcomVisualStudioDtepkg/goexec/dcom/visualstudio.go
DcomMmcpkg/goexec/dcom/mmc.go
DcomExcelMacropkg/goexec/dcom/excel.go
WmiProcpkg/goexec/wmi/proc.go
TschDemandpkg/goexec/tsch/demand.go
TschChangepkg/goexec/tsch/change.go
TschCreatepkg/goexec/tsch/create.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…