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

Function WithSections

pkg/pe/parser.go:98–102  ·  view source on GitHub ↗

WithSections indicates section header is parsed.

()

Source from the content-addressed store, hash-verified

96
97// WithSections indicates section header is parsed.
98func WithSections() Option {
99 return func(o *opts) {
100 o.parseSections = true
101 }
102}
103
104// WithExports indicates if the export directory is parsed.
105func WithExports() Option {

Callers 8

parserOptsMethod · 0.92
symbolizer.goFile · 0.92
file.goFile · 0.92
TestIsHeaderModifiedFunction · 0.85
TestParseFileFunction · 0.85
TestIsDriverFunction · 0.85
TestParseMemFunction · 0.85
ParseFileWithConfigFunction · 0.85

Calls

no outgoing calls

Tested by 4

TestIsHeaderModifiedFunction · 0.68
TestParseFileFunction · 0.68
TestIsDriverFunction · 0.68
TestParseMemFunction · 0.68