diff options
| author | Brian Potchik <brian@vector35.com> | 2024-08-04 16:14:26 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2024-08-04 16:14:26 -0400 |
| commit | 14699743157a65be067253fa828219d29f4d058f (patch) | |
| tree | b3cb0bec23039233b6c9c85526b2e70ecab7c937 /binaryninjaapi.h | |
| parent | 9bdca74816b104d2b6694ce9d8cd231e197a2bbd (diff) | |
Add support for memory region flags propagation.
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 59c79631..bf1421fd 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -4219,11 +4219,6 @@ namespace BinaryNinja { uint64_t GetDataLength() const; uint32_t GetFlags() const; bool IsAutoDefined() const; - - void SetLength(uint64_t length); - void SetDataOffset(uint64_t dataOffset); - void SetDataLength(uint64_t dataLength); - void SetFlags(uint32_t flags); }; /*! The Section object is returned during BinaryView creation and should not be directly instantiated. |
