blob: 1f65af93a7efc4e0037e0bbeef670aba2374fb00 (
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 .sharedcache import *
|