diff options
| author | Peter LaFosse <peter@vector35.com> | 2018-10-17 17:37:15 -0400 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2018-10-19 10:05:09 -0400 |
| commit | 4bb4a2016d90176938bc8737fd9f29e2d6ea2737 (patch) | |
| tree | c3a4f4573fbceafd1eb07cf0a7beaea528c79d83 /python/__init__.py | |
| parent | 8de8bad6f2f5517d858568a9871dd99f7e8d5d4b (diff) | |
Expose DataRender APIs, allow setting const on types, and allow type comparison
Diffstat (limited to 'python/__init__.py')
| -rw-r--r-- | python/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/__init__.py b/python/__init__.py index 2c6cb311..d2140f23 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -128,6 +128,7 @@ from binaryninja.pluginmanager import * from binaryninja.settings import * from binaryninja.metadata import * from binaryninja.flowgraph import * +from binaryninja.datarender import * def shutdown(): |
