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

Method GetAssociatedPlatformByAddress

platform.cpp:551–557  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

549
550
551Ref<Platform> Platform::GetAssociatedPlatformByAddress(uint64_t& addr)
552{
553 BNPlatform* platform = BNGetAssociatedPlatformByAddress(m_object, &addr);
554 if (!platform)
555 return nullptr;
556 return new CorePlatform(platform);
557}
558
559
560map<QualifiedName, Ref<Type>> Platform::GetTypes()

Callers 9

DefineObjCSymbolMethod · 0.80
InitializeHeaderMethod · 0.80
ParseFunctionStartsMethod · 0.80
InitializeHeaderMethod · 0.80
InitMethod · 0.80
InitMethod · 0.80
InitMethod · 0.80
FunctionInlinerFunction · 0.80
TailCallTranslationFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected