| 5598 | |
| 5599 | |
| 5600 | Ref<BinaryView> BinaryNinja::Load(const std::string& filename, bool updateAnalysis, |
| 5601 | std::function<bool(size_t, size_t)> progress, Ref<Metadata> options) |
| 5602 | { |
| 5603 | return Load(filename, updateAnalysis, options->GetJsonString(), progress); |
| 5604 | } |
| 5605 | |
| 5606 | |
| 5607 | Ref<BinaryView> BinaryNinja::Load( |
no test coverage detected