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

Function WithSectionEntropy

pkg/pe/parser.go:112–116  ·  view source on GitHub ↗

WithSectionEntropy indicates if entropy is calculated for available sections.

()

Source from the content-addressed store, hash-verified

110
111// WithSectionEntropy indicates if entropy is calculated for available sections.
112func WithSectionEntropy() Option {
113 return func(o *opts) {
114 o.sectionEntropy = true
115 }
116}
117
118// WithSectionMD5 indicates if MD5 hash is calculated for available sections.
119func WithSectionMD5() Option {

Callers 2

parserOptsMethod · 0.92
TestParseFileFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestParseFileFunction · 0.68