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

Function WithSectionMD5

pkg/pe/parser.go:119–123  ·  view source on GitHub ↗

WithSectionMD5 indicates if MD5 hash is calculated for available sections.

()

Source from the content-addressed store, hash-verified

117
118// WithSectionMD5 indicates if MD5 hash is calculated for available sections.
119func WithSectionMD5() Option {
120 return func(o *opts) {
121 o.sectionMD5 = true
122 }
123}
124
125// WithVersionResources indicates if version resources are parsed from the resource directory.
126func WithVersionResources() Option {

Callers 1

TestParseFileFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestParseFileFunction · 0.68