Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ EL2Enabled
Function
EL2Enabled
arch/arm64/disassembler/pcode.c:736–740 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
734
}
735
736
bool EL2Enabled(void)
737
{
738
// TODO: determine if filling this in is necessary
739
return true;
740
}
741
742
bool ELUsingAArch32(uint8_t x)
743
{
Callers
9
LDTR
Function · 0.85
LDTRB
Function · 0.85
LDTRH
Function · 0.85
LDTRSB
Function · 0.85
LDTRSH
Function · 0.85
LDTRSW
Function · 0.85
STTR
Function · 0.85
STTRB
Function · 0.85
STTRH
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected