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

Function WithVersionResources

pkg/pe/parser.go:126–130  ·  view source on GitHub ↗

WithVersionResources indicates if version resources are parsed from the resource directory.

()

Source from the content-addressed store, hash-verified

124
125// WithVersionResources indicates if version resources are parsed from the resource directory.
126func WithVersionResources() Option {
127 return func(o *opts) {
128 o.parseResources = true
129 }
130}
131
132// WithSecurity indicates if the security directory is parsed to extract signature information
133// like certificates or Authenticode hashes.

Callers 3

parserOptsMethod · 0.92
TestParseFileFunction · 0.85
ParseFileWithConfigFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestParseFileFunction · 0.68