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

Method isDOSHdrModified

pkg/pe/header.go:58–60  ·  view source on GitHub ↗
(mem *PE)

Source from the content-addressed store, hash-verified

56}
57
58func (pe *PE) isDOSHdrModified(mem *PE) bool {
59 return !reflect.DeepEqual(pe.dosHeader, mem.dosHeader)
60}
61
62func (pe *PE) isNTHdrModified(mem *PE) bool {
63 if pe.Is64 != mem.Is64 {

Callers 1

IsHeaderModifiedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected