Skip to content

Commit

Permalink
Merge pull request #2 from erazor-de/master
Browse files Browse the repository at this point in the history
Plugin works now without decompiler plugin.
  • Loading branch information
giladreich authored May 28, 2021
2 parents 4546b75 + a315280 commit 3893217
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion source/ida_migrator/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os

VERSION = '2.0.0'
VERSION = '2.0.1'
PLUGIN_NAME = "IDA Migrator"
PLUGIN_DIR = os.path.dirname(os.path.realpath(__file__))
IDA_DIR = os.path.abspath(os.path.join(PLUGIN_DIR, '..', '..'))
Expand Down
3 changes: 0 additions & 3 deletions source/ida_migrator/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ def __init__(self, *args, **kwargs):
self._intro_dialog = None

def init(self):
if not idaapi.init_hexrays_plugin():
return idaapi.PLUGIN_SKIP

log_info("Successfully loaded plugin - v{}", VERSION)
return idaapi.PLUGIN_KEEP

Expand Down

0 comments on commit 3893217

Please sign in to comment.