From 5082d6de4b9af14b6106856618666b3fce1c8316 Mon Sep 17 00:00:00 2001 From: Brandon Miller Date: Wed, 23 Oct 2024 14:41:40 -0400 Subject: Initial Firmware Ninja core API --- ui/memorymap.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ui') 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); }; -- cgit v1.3.1