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

Function NewDebugHelpResolver

pkg/symbolize/resolver.go:57–59  ·  view source on GitHub ↗
(config *config.Config)

Source from the content-addressed store, hash-verified

55}
56
57func NewDebugHelpResolver(config *config.Config) *DebugHelpResolver {
58 return &DebugHelpResolver{config: config}
59}
60
61func (r *DebugHelpResolver) Initialize(proc windows.Handle, opts uint32) error {
62 runtime.LockOSThread()

Callers 3

testCallstackEnrichmentFunction · 0.92
TestEvasionScannerFunction · 0.92
RunMethod · 0.92

Calls

no outgoing calls

Tested by 2

testCallstackEnrichmentFunction · 0.74
TestEvasionScannerFunction · 0.74