| 549 | |
| 550 | |
| 551 | Ref<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 | |
| 560 | map<QualifiedName, Ref<Type>> Platform::GetTypes() |
no outgoing calls
no test coverage detected