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

Function LLIL_REG_IS_TEMP

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

Source from the content-addressed store, hash-verified

6193
6194
6195def LLIL_REG_IS_TEMP(n: Union[ILRegister, int]) -> bool:
6196 return (int(n) & 0x80000000) != 0
6197
6198
6199def LLIL_GET_TEMP_REG_INDEX(n: Union[ILRegister, int]) -> int:

Callers 2

PrintRegisterFunction · 0.85
PrintFlagFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected