Evidence object provides structured evidence supporting a vulnerability finding.
It maps code locations to annotations, allowing VulHunt rules to attach detailed context to findings.
Fields
Syntax
Reference
functions
A table mapping a function address (AddressValue) to an array of annotation objects (Annotation).
The address determines the function to decompile and show, while annotations like annotate:at and annotate:prototype point to locations that should be annotated in the decompiled code.