MCPcopy Create free account
hub / github.com/rabbitstack/fibratus / IsWindowsService

Function IsWindowsService

pkg/sys/process.go:122–125  ·  view source on GitHub ↗

IsWindowsService reports whether the process is currently executing as a Windows service.

()

Source from the content-addressed store, hash-verified

120// IsWindowsService reports whether the process is currently executing
121// as a Windows service.
122func IsWindowsService() bool {
123 isSvc, err := svc.IsWindowsService()
124 return isSvc && err == nil
125}
126
127// ProcessModule describes the process loaded module.
128type ProcessModule struct {

Callers 2

makeSenderFunction · 0.92
InitFromConfigFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected