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 /binaryview.cpp | |
| parent | 9bdca74816b104d2b6694ce9d8cd231e197a2bbd (diff) | |
Add support for memory region flags propagation.
Diffstat (limited to 'binaryview.cpp')
| -rw-r--r-- | binaryview.cpp | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/binaryview.cpp b/binaryview.cpp index 01ab7b95..3eea7241 100644 --- a/binaryview.cpp +++ b/binaryview.cpp @@ -1087,30 +1087,6 @@ bool Segment::IsAutoDefined() const } -void Segment::SetLength(uint64_t length) -{ - BNSegmentSetLength(m_object, length); -} - - -void Segment::SetDataOffset(uint64_t dataOffset) -{ - BNSegmentSetDataOffset(m_object, dataOffset); -} - - -void Segment::SetDataLength(uint64_t dataLength) -{ - BNSegmentSetDataLength(m_object, dataLength); -} - - -void Segment::SetFlags(uint32_t flags) -{ - BNSegmentSetFlags(m_object, flags); -} - - Section::Section(BNSection* sec) { m_object = sec; |
