| 2036 | |
| 2037 | |
| 2038 | Ref<Platform> BinaryView::GetDefaultPlatform() const |
| 2039 | { |
| 2040 | BNPlatform* platform = BNGetDefaultPlatform(m_object); |
| 2041 | if (!platform) |
| 2042 | return nullptr; |
| 2043 | return new CorePlatform(platform); |
| 2044 | } |
| 2045 | |
| 2046 | |
| 2047 | void BinaryView::SetDefaultPlatform(Platform* platform) |
no outgoing calls