blob: c6f053460893630f55bf6260253fa60b4bc41eac (
plain)
1
2
3
4
5
6
7
8
|
import os
from binaryninja._binaryninjacore import BNGetUserPluginDirectory
user_plugin_dir = os.path.realpath(BNGetUserPluginDirectory())
current_path = os.path.realpath(__file__)
from .kernelcache import *
|