From 61b4bb24e06aa955484293d35fa926c07887544b Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Mon, 7 Jun 2021 09:59:54 -0400 Subject: Add type hints to basicblock.py, lowlevelil.py, architecture.py --- python/startup.py | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 python/startup.py (limited to 'python/startup.py') diff --git a/python/startup.py b/python/startup.py deleted file mode 100644 index d0b66593..00000000 --- a/python/startup.py +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright (c) 2015-2021 Vector 35 Inc -# -# Permission is hereby granted, free of charge, to any person obtaining a copy -# of this software and associated documentation files (the "Software"), to -# deal in the Software without restriction, including without limitation the -# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or -# sell copies of the Software, and to permit persons to whom the Software is -# furnished to do so, subject to the following conditions: -# -# The above copyright notice and this permission notice shall be included in -# all copies or substantial portions of the Software. -# -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING -# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS -# IN THE SOFTWARE. - -#from binaryninja import _binaryninjacore as core - - -#_plugin_init = False - - -# def _init_plugins(): -# global _plugin_init -# if not _plugin_init: -# _plugin_init = True -# core.BNInitCorePlugins() -# core.BNInitUserPlugins() -# core.BNInitRepoPlugins() -# if not core.BNIsLicenseValidated(): -# raise RuntimeError("License is not valid. Please supply a valid license.") -- cgit v1.3.1