| 2084 | |
| 2085 | |
| 2086 | void BinaryView::AddAnalysisOption(const string& name) |
| 2087 | { |
| 2088 | BNAddAnalysisOption(m_object, name.c_str()); |
| 2089 | } |
| 2090 | |
| 2091 | |
| 2092 | Ref<Function> BinaryView::AddFunctionForAnalysis(Platform* platform, uint64_t addr, bool autoDiscovered, Type* type) |
no test coverage detected