DAILA icon indicating copy to clipboard operation
DAILA copied to clipboard

DAILA Plugin enabled but menù not present

Open velteyn opened this issue 4 months ago • 2 comments

Hi there, I installed anythng , enabled the plugin etc. I see the DAILA start beck end menù and I can start it. When I go th the de-compiler there is not context menu for the variables I use linux manjaro and GHidra 11.0.3. I went to the ghidra log and i see this:

      at org.python.core.builtin.import(builtin.java:1232)
      at org.python.core.imp.importFromAs(imp.java:1636)
      at org.python.core.imp.importFrom(imp.java:1611)
      at libbs_vendored.ghidra_bridge_server$py.f$0(/home/velteyn/ghidra_scripts/libbs_vendored/ghidra_bridge_server.py:200)
      at libbs_vendored.ghidra_bridge_server$py.call_function(/home/velteyn/ghidra_scripts/libbs_vendored/ghidra_bridge_server.py)
      at org.python.core.PyTableCode.call(PyTableCode.java:173)
      at org.python.core.PyCode.call(PyCode.java:18)
      at org.python.core.imp.createFromCode(imp.java:632)
      at org.python.core.imp.createFromSource(imp.java:585)
      at org.python.core.imp.loadFromSource(imp.java:946)
      at org.python.core.imp.find_module(imp.java:771)
      at org.python.core.PyModule.findSubModule(PyModule.java:140)
      at org.python.core.PyModule.impAttr(PyModule.java:107)
      at org.python.core.imp.import_next(imp.java:1163)
      at org.python.core.imp.import_logic(imp.java:1280)
      at org.python.core.imp.import_module_level(imp.java:1371)
      at org.python.core.imp.importName(imp.java:1544)
      at org.python.core.ImportFunction.call(builtin.java:1285)
      at org.python.core.PyObject.call(PyObject.java:433)
      at org.python.core.builtin.import(builtin.java:1232)
      at org.python.core.imp.importFromAs(imp.java:1636)
      at org.python.core.imp.importFrom(imp.java:1611)
      at org.python.pycode._pyx6.f$0(/home/velteyn/ghidra_scripts/daila_plugin.py:69)
      at org.python.pycode._pyx6.call_function(/home/velteyn/ghidra_scripts/daila_plugin.py)
      at org.python.core.PyTableCode.call(PyTableCode.java:173)
      at org.python.core.PyCode.call(PyCode.java:18)
      at org.python.core.Py.runCode(Py.java:1703)
      at org.python.core.builtin.execfile_flags(builtin.java:535)
      at org.python.util.PythonInterpreter.execfile(PythonInterpreter.java:287)
      at ghidra.python.GhidraPythonInterpreter.execFile(GhidraPythonInterpreter.java:239)
      at ghidra.python.PythonScriptExecutionThread.run(PythonScriptExecutionThread.java:51)
       
2024-10-05 13:15:18 DEBUG (PlatformDependent0) jdk.internal.misc.Unsafe.allocateUninitializedArray(int): unavailable java.lang.IllegalAccessException: class org.python.netty.util.internal.PlatformDependent0$6 cannot access class jdk.internal.misc.Unsafe (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @539f9c5e
[error.csv](https://github.com/user-attachments/files/17265963/error.csv)

velteyn avatar Oct 05 '24 11:10 velteyn