diff options
| author | Peter LaFosse <peter@vector35.com> | 2017-12-14 18:46:10 -0500 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2017-12-14 18:46:10 -0500 |
| commit | b207c76729df133c7b6fc4bc9f1abb6948ae6438 (patch) | |
| tree | 9c074cac9450392c13b7afeedd9c440b54a7f88b /binaryninjaapi.h | |
| parent | ae5ce4da4c1f6ea3a071a4eec1a5da3e6e2a3305 (diff) | |
Add autoDefined attribute to Sections and Segments
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index baeb5de6..72f74c5a 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -1027,6 +1027,7 @@ namespace BinaryNinja uint64_t start, length; uint64_t dataOffset, dataLength; uint32_t flags; + bool autoDefined; }; struct Section @@ -1037,6 +1038,7 @@ namespace BinaryNinja uint64_t infoData; uint64_t align, entrySize; BNSectionSemantics semantics; + bool autoDefined; }; struct QualifiedNameAndType; |
