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

Method IsCreateRemoteThread

pkg/event/event_windows.go:279–281  ·  view source on GitHub ↗

IsCreateRemoteThread indicates if the remote thread creation occurred.

()

Source from the content-addressed store, hash-verified

277
278// IsCreateRemoteThread indicates if the remote thread creation occurred.
279func (e *Event) IsCreateRemoteThread() bool {
280 return e.Type == CreateThread && e.PID != e.Params.MustGetPid()
281}
282
283// IsSurrogateProcess indicates if the process creation event parent id
284// differs from the real process parent identifier.

Callers 1

PopMethod · 0.95

Calls 1

MustGetPidMethod · 0.80

Tested by

no test coverage detected