diff options
Diffstat (limited to 'python/enterprise.py')
| -rw-r--r-- | python/enterprise.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/enterprise.py b/python/enterprise.py index b999bec6..731ba46b 100644 --- a/python/enterprise.py +++ b/python/enterprise.py @@ -9,6 +9,8 @@ from typing import Tuple, List, Optional import binaryninja._binaryninjacore as core import binaryninja +from . import decorators + if core.BNGetProduct() != "Binary Ninja Enterprise Client": # None of these functions exist on other builds, so just raise here to notify anyone who tries to use this raise RuntimeError("Cannot use Binary Ninja Enterprise client functionality with a non-Enterprise client.") |
