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