Skip to main content
The 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

Reference

address

The address of the caller function.

call_address

The address of the call site within the caller function.

name

The name of the caller function.

address_bits

The number of bits used for addresses in the binary.

address_bytes

The number of bytes used for addresses in the binary.

Example