Effective triage involves comparing scanned binary file versions to spot regressions and analyzing individual findings for root cause analysis.Documentation Index
Fetch the complete documentation index at: https://docs.binarly.io/llms.txt
Use this file to discover all available pages before exploring further.
1. Regressions (Compare Images)
To identify what changed between two versions (e.g., a “Golden Master” vs. a new Release Candidate), use the comparison feature.Workflow
- Identify the Baseline Image ID (e.g., previous stable version).
- Identify the Target Image ID (e.g., new build).
- Use the
findings:gridListendpoint to filter by comparison IDs.
2. Analyze Findings
Once you identify a critical finding, retrieve its full details.- Get the
findingIdfrom the comparison results. - Call the Get Finding endpoint (see Finding Reference).
Related
User Guides- Compare Images - UI walkthrough for comparing firmware versions