MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / LLIL_GET_TEMP_REG_INDEX

Function LLIL_GET_TEMP_REG_INDEX

python/lowlevelil.py:6199–6200  ·  view source on GitHub ↗
(n: Union[ILRegister, int])

Source from the content-addressed store, hash-verified

6197
6198
6199def LLIL_GET_TEMP_REG_INDEX(n: Union[ILRegister, int]) -> int:
6200 return int(n) & 0x7fffffff

Callers 2

PrintRegisterFunction · 0.85
PrintFlagFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected