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

Function LLIL_TEMP

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

Source from the content-addressed store, hash-verified

6189
6190
6191def LLIL_TEMP(n: Union[ILRegister, int]) -> 'architecture.RegisterIndex':
6192 return architecture.RegisterIndex(int(n) | 0x80000000)
6193
6194
6195def LLIL_REG_IS_TEMP(n: Union[ILRegister, int]) -> bool:

Callers 11

load_zero_page_16Method · 0.90
set_p_valueMethod · 0.90
LoadFunction · 0.85
LoadStoreOperandPairSizeFunction · 0.85
LoadStoreVectorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected