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

Struct DcomShellWindows

pkg/goexec/dcom/shellwindows.go:23–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21)
22
23type DcomShellWindows struct {
24 Dispatch
25
26 WorkingDirectory string
27 WindowState string
28}
29
30// Init will initialize the ShellWindows instance
31func (m *DcomShellWindows) Init(ctx context.Context) (err error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected