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

Function WithCLR

pkg/pe/parser.go:148–152  ·  view source on GitHub ↗

WithCLR indicates if CLR (Common Language Runtime) header is parsed.

()

Source from the content-addressed store, hash-verified

146
147// WithCLR indicates if CLR (Common Language Runtime) header is parsed.
148func WithCLR() Option {
149 return func(o *opts) {
150 o.parseCLR = true
151 }
152}
153
154// ParseFile parses the PE given the file system path and parser options.
155func ParseFile(path string, opts ...Option) (*PE, error) {

Callers 3

parserOptsMethod · 0.92
file.goFile · 0.92
TestIsDotnetFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestIsDotnetFunction · 0.68