SymbCallContext Type
Represents the calling-convention information passed to a call hook.
Record fields
| Record Field |
Description
|
|
Register IDs for the first calling-convention arguments.
|
Address of the call instruction.
|
|
Endian used by the current binary.
|
|
|
Fall-through address after the call instruction.
|
|
Register ID used for the function return value.
|
Concrete target address selected for hook dispatch.
|
|
Word type for the current binary.
|
B2R2