IsCreateRemoteThread indicates if the remote thread creation occurred.
()
| 277 | |
| 278 | // IsCreateRemoteThread indicates if the remote thread creation occurred. |
| 279 | func (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. |