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

Function WithSecurity

pkg/pe/parser.go:134–138  ·  view source on GitHub ↗

WithSecurity indicates if the security directory is parsed to extract signature information like certificates or Authenticode hashes.

()

Source from the content-addressed store, hash-verified

132// WithSecurity indicates if the security directory is parsed to extract signature information
133// like certificates or Authenticode hashes.
134func WithSecurity() Option {
135 return func(o *opts) {
136 o.parseSecurity = true
137 }
138}
139
140// WithImphash indicates if the import hash (imphash) is calculated as part of PE parsing.
141func WithImphash() Option {

Callers 2

parserOptsMethod · 0.92
CheckMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected