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

Method LowLevelILFunction

lowlevelil.cpp:34–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33
34LowLevelILFunction::LowLevelILFunction(Architecture* arch, Function* func)
35{
36 m_object = BNCreateLowLevelILFunction(arch->GetObject(), func ? func->GetObject() : nullptr);
37}
38
39
40LowLevelILFunction::LowLevelILFunction(BNLowLevelILFunction* func)

Calls 1

GetObjectMethod · 0.45

Tested by

no test coverage detected