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

Method GetInstructionLowLevelIL

architecture.cpp:921–925  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

919
920
921bool Architecture::GetInstructionLowLevelIL(const uint8_t*, uint64_t, size_t&, LowLevelILFunction& il)
922{
923 il.AddInstruction(il.Undefined());
924 return false;
925}
926
927
928string Architecture::GetRegisterName(uint32_t reg)

Callers 2

IsValidFunctionStartMethod · 0.45

Calls 3

AddInstructionMethod · 0.45
UndefinedMethod · 0.45
GetObjectMethod · 0.45

Tested by

no test coverage detected