| Term | Description |
|---|---|
| BA2 file | Binarly Analysis Archive (BA2) is an archive containing a normalised representation of the input files. |
| Call site | The specific location in code where a function (or method) is invoked. |
| Dataflow Engine | Also called Taint Engine, it’s the engine triggered by scope:calls in a VulHunt rule. |
| PAT file | A file containing FLIRT signature patterns. SIG files are generated based on them. |
| Project | In VulHunt clients, a project refers to a single binary, usually within a BA2. |
| SIG file | A compiled FLIRT signature. VulHunt uses them compressed with Gzip. |
| VDB | Vulnerability Database, a service containing information from known vulnerabilities provided to Enterprise customers. |
| VH file | The recommended file extension for a VulHunt rule. |
| VHM file | The recommended file extension for a VulHunt module. |