diff --git a/gepetto/ida/ui.py b/gepetto/ida/ui.py index c7c3ef4..f816386 100644 --- a/gepetto/ida/ui.py +++ b/gepetto/ida/ui.py @@ -37,7 +37,9 @@ class GepettoPlugin(idaapi.plugin_t): def init(self): # Check whether the decompiler is available if not ida_hexrays.init_hexrays_plugin(): - return idaapi.PLUGIN_SKIP + # return idaapi.PLUGIN_SKIP + idaapi.msg("[Gepetto] Where Hex-Rays is o.O?\n") + pass # just go well # Function explaining action explain_action = idaapi.action_desc_t(self.explain_action_name,