Add address to ReportItem, stabilize sections/functions ordering

This commit is contained in:
2025-05-07 17:36:49 -06:00
parent 0c9e5526d4
commit 34220a8e26
5 changed files with 29 additions and 21 deletions

View File

@@ -99,6 +99,8 @@ message ReportItem {
float fuzzy_match_percent = 3;
// Extra metadata for this item
optional ReportItemMetadata metadata = 4;
// Address of the item (section-relative offset)
optional uint64 address = 5;
}
// Extra metadata for an item