Versions in this module Expand all Collapse all v1 v1.100.9 Jun 15, 2026 Changes in this version + const ToolName + type Finding struct + AccessType string + Address string + CLSID string + ClassName string + ErrorCode string + ErrorMessage string + Method string + type Object struct + CLSID string + Description string + Metadata map[string]string + type Report struct + Findings []Finding + Objects []Object + Raw string + Summary Summary + Tool Tool + func Parse(data []byte) (*Report, error) + func (r *Report) JSON() ([]byte, error) + func (r *Report) LooksLikeDranzer() bool + type Summary struct + Counters map[string]int + Failed int + Hung int + KillBit int + ObjectCount int + Passed int + type Tool struct + Name string + Version string