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

Function WithImphash

pkg/pe/parser.go:141–145  ·  view source on GitHub ↗

WithImphash indicates if the import hash (imphash) is calculated as part of PE parsing.

()

Source from the content-addressed store, hash-verified

139
140// WithImphash indicates if the import hash (imphash) is calculated as part of PE parsing.
141func WithImphash() Option {
142 return func(o *opts) {
143 o.calcImphash = true
144 }
145}
146
147// WithCLR indicates if CLR (Common Language Runtime) header is parsed.
148func WithCLR() Option {

Callers 1

parserOptsMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected