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

Method SetCurrentAddress

lowlevelil.cpp:88–91  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86
87
88void LowLevelILFunction::SetCurrentAddress(Architecture* arch, uint64_t addr)
89{
90 BNLowLevelILSetCurrentAddress(m_object, arch ? arch->GetObject() : nullptr, addr);
91}
92
93
94size_t LowLevelILFunction::GetInstructionStart(Architecture* arch, uint64_t addr)

Callers 5

IsValidFunctionStartMethod · 0.45

Calls 1

GetObjectMethod · 0.45

Tested by

no test coverage detected