summaryrefslogtreecommitdiff
path: root/view/kernelcache/api/python/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'view/kernelcache/api/python/__init__.py')
-rw-r--r--view/kernelcache/api/python/__init__.py8
1 files changed, 8 insertions, 0 deletions
diff --git a/view/kernelcache/api/python/__init__.py b/view/kernelcache/api/python/__init__.py
new file mode 100644
index 00000000..c6f05346
--- /dev/null
+++ b/view/kernelcache/api/python/__init__.py
@@ -0,0 +1,8 @@
+import os
+
+from binaryninja._binaryninjacore import BNGetUserPluginDirectory
+user_plugin_dir = os.path.realpath(BNGetUserPluginDirectory())
+current_path = os.path.realpath(__file__)
+
+from .kernelcache import *
+