summaryrefslogtreecommitdiff
path: root/python/platform.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/platform.py')
-rw-r--r--python/platform.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/platform.py b/python/platform.py
index 2328fb17..97d36c8d 100644
--- a/python/platform.py
+++ b/python/platform.py
@@ -82,6 +82,7 @@ class Platform(metaclass=_PlatformMetaClass):
assert _arch is not None
self.handle = _handle
self._arch = _arch
+ self.name = core.BNGetPlatformName(self.handle)
def __del__(self):
if core is not None: