From 7c9ada78241e08bf36bd04d989f742a6de721575 Mon Sep 17 00:00:00 2001 From: Xusheng Date: Wed, 5 May 2021 17:23:49 +0800 Subject: Add the ability to automatically create struct members --- ui/tokenizedtextview.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/tokenizedtextview.h') diff --git a/ui/tokenizedtextview.h b/ui/tokenizedtextview.h index e1ead04f..699c6caa 100644 --- a/ui/tokenizedtextview.h +++ b/ui/tokenizedtextview.h @@ -97,6 +97,7 @@ class BINARYNINJAUIAPI TokenizedTextView: public QAbstractScrollArea, public Vie void makeString(); void changeType(); void inferStructureType(); + void autoCreateMembers(); size_t getStringLength(uint64_t startAddr); void setInstructionHighlight(BNHighlightColor color); -- cgit v1.3.1