Skip to main content
The CallSiteQuery object provides an ability for selecting a specific address to obtain the information about the call site in VulHunt rules.

Fields

Reference

address

The address field specifies the address of the target call site.

jumps_as_calls

The jumps_as_calls field is a boolean flag that treats jump instructions as function calls. This is useful for analyzing tail calls and indirect jumps.

Example