From 5b8c3a4e8b9837275bf723e468d76d5430cce26b Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Wed, 11 Jul 2018 20:47:55 -0400 Subject: Bug fix for getting section semantics --- python/binaryview.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/binaryview.py') diff --git a/python/binaryview.py b/python/binaryview.py index ba99f9f9..3c21e499 100644 --- a/python/binaryview.py +++ b/python/binaryview.py @@ -541,7 +541,7 @@ class Section(object): @property def semantics(self): - return SectionSemantics(core.BNSectionSemantics(self.handle)) + return SectionSemantics(core.BNSectionGetSemantics(self.handle)) @property def auto_defined(self): -- cgit v1.3.1