Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
6199
def
LLIL_GET_TEMP_REG_INDEX(n: Union[ILRegister, int]) -> int:
6200
return
int(n) & 0x7fffffff
Callers
2
PrintRegister
Function · 0.85
PrintFlag
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected