diff options
| author | Brandon Miller <brandon@vector35.com> | 2024-10-23 14:41:40 -0400 |
|---|---|---|
| committer | Brandon Miller <bkmiller89@icloud.com> | 2024-10-24 08:20:11 -0400 |
| commit | 5082d6de4b9af14b6106856618666b3fce1c8316 (patch) | |
| tree | 667cad05f69829832027042bbf155535811dd6a4 /ui/memorymap.h | |
| parent | 3006c68e108a18f9b8782bc937dc9ec7e2cb3b54 (diff) | |
Initial Firmware Ninja core API
Diffstat (limited to 'ui/memorymap.h')
| -rw-r--r-- | ui/memorymap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/memorymap.h b/ui/memorymap.h index 8e9df680..982bfe26 100644 --- a/ui/memorymap.h +++ b/ui/memorymap.h @@ -87,6 +87,7 @@ class BINARYNINJAUIAPI SectionDialog : public QDialog void Submit(); public: + void SetDefaultValues(const QString& name, uint64_t start, uint64_t length, BNSectionSemantics semantics); SectionDialog(QWidget* parent, BinaryViewRef data, SectionRef section = nullptr); }; |
