From c2b79f5927eaafd51fd6371a0ca1ea72a372d608 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Mon, 2 Oct 2023 11:30:02 -0400 Subject: Add GetEnd to Section API. --- binaryninjaapi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index fe039c4d..7f7fca60 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -3416,6 +3416,7 @@ namespace BinaryNinja { std::string GetType() const; uint64_t GetStart() const; uint64_t GetLength() const; + uint64_t GetEnd() const; uint64_t GetInfoData() const; uint64_t GetAlignment() const; uint64_t GetEntrySize() const; -- cgit v1.3.1