| 699 | |
| 700 | |
| 701 | string Platform::GetSystemCallName(uint32_t n) |
| 702 | { |
| 703 | char* str = BNGetPlatformSystemCallName(m_object, n); |
| 704 | string result = str; |
| 705 | BNFreeString(str); |
| 706 | return result; |
| 707 | } |
| 708 | |
| 709 | |
| 710 | Ref<Type> Platform::GetSystemCallType(uint32_t n) |
no outgoing calls
no test coverage detected