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

Method IsFunction

firmwareninja.cpp:315–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

313
314
315bool FirmwareNinjaReferenceNode::IsFunction()
316{
317 return BNFirmwareNinjaReferenceNodeIsFunction(m_object);
318}
319
320
321bool FirmwareNinjaReferenceNode::IsDataVariable()

Callers 2

DemangleNameGNU3Method · 0.45
ProcessVFTMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected