1

How disassembler for example .elf file in Ghidra with cmd. I am trying do this with

./analyzeHeadless -import /my/path/file

But in arguments required a Ghidra project. I want to disassembler just file without creating project and etc.

I want like this, but not for example in ghidra gui

enter image description here enter image description here

BasicUser
  • 108
  • 1
  • 8
  • It doesn't answer the question directly but you could try using Radare2 instead of Ghidra. It runs in the terminal and is pretty slick and also free. – bindlegrunt May 09 '22 at 02:52
  • Everything assumes a project in Ghidra. To work around this requirement, you could just create a temporary project in /tmp for example. Look at how wrapper scripts do it, e.g. https://github.com/h0mbre/Headless. – fpmurphy Jun 06 '22 at 03:26

0 Answers0