Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
58
func
(pe *PE) isDOSHdrModified(mem *PE) bool {
59
return
!reflect.DeepEqual(pe.dosHeader, mem.dosHeader)
60
}
61
62
func
(pe *PE) isNTHdrModified(mem *PE) bool {
63
if
pe.Is64 != mem.Is64 {
Callers
1
IsHeaderModified
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected