Skip to content

Commit 1235861

Browse files
committed
Add support for Transforms to pass along metadata for display and storage.
1 parent b665890 commit 1235861

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/containerbrowser.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ class BINARYNINJAUIAPI ContainerBrowser : public QDialog
100100
void promptForPassword(TransformContextRef context, bool tryCachedPassword = false);
101101
void showContextMenu(const QPoint& position);
102102
static QString toHexDump(const QByteArray& data, int bytesPerLine = 16);
103+
static QString formatMetadata(BinaryNinja::Ref<BinaryNinja::Metadata> metadata, int indent = 0);
103104
QModelIndex findNodeByPath(const QStringList& path);
104105

105106
public:

0 commit comments

Comments
 (0)