Skip to content

Commit 6e870bc

Browse files
committed
Support loading BNDBs from container files.
1 parent 82e8eac commit 6e870bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/containerbrowser.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,5 +102,5 @@ class BINARYNINJAUIAPI ContainerBrowser : public QDialog
102102

103103
QStringList selectedPaths() const { return m_selectedPaths; }
104104

105-
static BinaryViewRef openContainerFile(const QString& path);
105+
static std::vector<TransformContextRef> openContainerFile(const QString& path);
106106
};

0 commit comments

Comments
 (0)