VulHunt allows you to create annotations in the decompiled code, and attach them to specific locations, such as an address, range, variable, or function prototype. This greatly improves the explainability of the vulnerability findings, allowing for a faster and more accurate triage of the findings. An annotation can be created by using the methods described in the table below.Documentation Index
Fetch the complete documentation index at: https://vulhunt-docs.binarly.io/llms.txt
Use this file to discover all available pages before exploring further.
| Method | Description | Parameters |
|---|---|---|
annotate:at | Annotate at a given address | AnnotateAt |
annotate:prototype | Annotate the function prototype | AnnotatePrototype |
annotate:assignment | Annotate an assignment | AnnotateAssignment |
annotate:variable | Annotate a variable | AnnotateVariable |
annotate:operand | Annotate an operand | AnnotateOperand |
annotate:range | Annotate a code range | AnnotateRange |
annotate:global | Annotate a global | AnnotateGlobal |