Ghidra headless analyzer not finding qiling #6293
-
I am trying to run the Ghidra headless analyzer using the below command. Despite Qiling being installed in my Windows 10 system, it throws an error: ImportError: No module named qiling. Surprisingly, it works fine with normal python3 cmd, and Qiling is the latest version. "C:\Users\hacke\Downloads\Malware Analysis Tools\ghidra_11.0.1_PUBLIC_20240130\ghidra_11.0.1_PUBLIC\support\analyzeHeadless.bat" "C:\Users\hacke" "Binary Analysis1" -process elf_xordd -noanalysis -postScript xorddos_decrypt_config.py Could you please help me to fix this issue? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Ghidra's built in Python support is "Jython 2", so it is not surprising it is not working with a CPython module. You may need to try one of the 3rd party Ghidra Python extensions, such as |
Beta Was this translation helpful? Give feedback.
-
Thank you for your response, @ryanmkurtz. Writing a detailed answer to help others who might run into the same problem. As @ryanmkurtz mentioned, we can use the Ghidrathon plugin to make Ghidra use host python.
|
Beta Was this translation helpful? Give feedback.
Thank you for your response, @ryanmkurtz. Writing a detailed answer to help others who might run into the same problem. As @ryanmkurtz mentioned, we can use the Ghidrathon plugin to make Ghidra use host python.