summaryrefslogtreecommitdiff
path: root/python/binaryview.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/binaryview.py')
-rw-r--r--python/binaryview.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/binaryview.py b/python/binaryview.py
index 9c67b097..3f69c7d3 100644
--- a/python/binaryview.py
+++ b/python/binaryview.py
@@ -813,6 +813,10 @@ class Segment(object):
return core.BNSegmentGetRelocationsCount(self.handle)
@property
+ def auto_defined(self):
+ return core.BNSegmentIsAutoDefined(self.handle)
+
+ @property
def relocation_ranges(self):
"""List of relocation range tuples (read-only)"""