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 b665890 commit 1235861Copy full SHA for 1235861
ui/containerbrowser.h
@@ -100,6 +100,7 @@ class BINARYNINJAUIAPI ContainerBrowser : public QDialog
100
void promptForPassword(TransformContextRef context, bool tryCachedPassword = false);
101
void showContextMenu(const QPoint& position);
102
static QString toHexDump(const QByteArray& data, int bytesPerLine = 16);
103
+ static QString formatMetadata(BinaryNinja::Ref<BinaryNinja::Metadata> metadata, int indent = 0);
104
QModelIndex findNodeByPath(const QStringList& path);
105
106
public:
0 commit comments