summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2023-10-02 11:30:02 -0400
committerBrian Potchik <brian@vector35.com>2023-10-02 11:30:02 -0400
commitc2b79f5927eaafd51fd6371a0ca1ea72a372d608 (patch)
tree40101f0efac5d4120d88dac28a818dd28ddbe593 /binaryninjaapi.h
parent957f151baa1f2036d9c43fa2a4638f88fe256393 (diff)
Add GetEnd to Section API.
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h1
1 files changed, 1 insertions, 0 deletions
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;