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

Method IsPeField

pkg/filter/fields/fields_windows.go:711–713  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

709func (f Field) IsNetworkField() bool { return strings.HasPrefix(string(f), "net.") }
710func (f Field) IsHandleField() bool { return strings.HasPrefix(string(f), "handle.") }
711func (f Field) IsPeField() bool {
712 return strings.HasPrefix(string(f), "pe.") || strings.HasPrefix(string(f), "ps.pe.") || strings.HasPrefix(string(f), "ps.signature.")
713}
714func (f Field) IsModuleField() bool {
715 return strings.HasPrefix(string(f), "module.") || strings.HasPrefix(string(f), "dll.")
716}

Callers 2

AccessorMethod · 0.80
narrowAccessorsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected