Function or value | Description |
Full Usage:
functionArgRegister arg1 arg2
Parameters:
BinHandle
arg1 : int
Returns: RegisterID
|
Obtain the register ID used for the nth function call parameter. Since actual calling convention may vary depending on the binaries, this function only returns a generally used register for the given architecture and the file format.
|
|
Check if the given register is non-volatile register in the given binary. Non-volatile registers are preserved by callee, i.e., callee-saved registers.
|
|
|
Full Usage:
syscallArgRegister arg1 arg2
Parameters:
BinHandle
arg1 : int
Returns: RegisterID
|
|
|
|
|
|