MCPcopy 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
736bool EL2Enabled(void)
737{
738 // TODO: determine if filling this in is necessary
739 return true;
740}
741
742bool ELUsingAArch32(uint8_t x)
743{

Callers 9

LDTRFunction · 0.85
LDTRBFunction · 0.85
LDTRHFunction · 0.85
LDTRSBFunction · 0.85
LDTRSHFunction · 0.85
LDTRSWFunction · 0.85
STTRFunction · 0.85
STTRBFunction · 0.85
STTRHFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected