CallSiteContext object provides information about a specific function call site in the binary.
It is used to access details such as the caller function, call address, and address properties.
Fields
| Field | Description | Type |
|---|---|---|
address | Address of the caller function | AddressValue |
call_address | Address of the call site within the function | AddressValue |
name | Name of the caller function | string |
address_bits | Number of bits in the address | number |
address_bytes | Number of bytes in the address | number |