We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82e8eac commit 6e870bcCopy full SHA for 6e870bc
ui/containerbrowser.h
@@ -102,5 +102,5 @@ class BINARYNINJAUIAPI ContainerBrowser : public QDialog
102
103
QStringList selectedPaths() const { return m_selectedPaths; }
104
105
- static BinaryViewRef openContainerFile(const QString& path);
+ static std::vector<TransformContextRef> openContainerFile(const QString& path);
106
};
0 commit comments