diff options
| author | Xusheng <xusheng@vector35.com> | 2021-05-05 17:23:49 +0800 |
|---|---|---|
| committer | Xusheng <xusheng@vector35.com> | 2021-05-26 17:46:13 +0800 |
| commit | 7c9ada78241e08bf36bd04d989f742a6de721575 (patch) | |
| tree | 4134fd2f12a504ab17cc0b9acc1fb8d27552490f /ui/tokenizedtextview.h | |
| parent | fd1974b407be042fd84f0267a328a5adabce28e1 (diff) | |
Add the ability to automatically create struct members
Diffstat (limited to 'ui/tokenizedtextview.h')
| -rw-r--r-- | ui/tokenizedtextview.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |
