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 /binaryninjacore.h | |
| parent | ae5ce4da4c1f6ea3a071a4eec1a5da3e6e2a3305 (diff) | |
Add autoDefined attribute to Sections and Segments
Diffstat (limited to 'binaryninjacore.h')
| -rw-r--r-- | binaryninjacore.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h index 1bb0c70a..245e6353 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -1531,6 +1531,7 @@ extern "C" uint64_t start, length; uint64_t dataOffset, dataLength; uint32_t flags; + bool autoDefined; }; enum BNSectionSemantics @@ -1551,6 +1552,7 @@ extern "C" uint64_t infoData; uint64_t align, entrySize; BNSectionSemantics semantics; + bool autoDefined; }; struct BNAddressRange |
