gdbfuzz icon indicating copy to clipboard operation
gdbfuzz copied to clipboard

dependencies: Makefile: update ghidra version

Open MirkoCovizzi opened this issue 2 years ago • 3 comments

This commit updates the ghidra version that gets installed. This is required in order to open certain ARM binaries that would otherwise fail to open.

MirkoCovizzi avatar Nov 19 '23 17:11 MirkoCovizzi

Hi,

thanks for bumping the version of Ghidra. Unfortunately I am having issues using the ghidra_bridge in GUI mode. The log says

WARNING:jfx_bridge.bridge:Got java.lang.Throwable: ghidra.util.exception.CancelledException: Operation cancelled

Is it running fine on your setup?

maxeisele avatar Nov 23 '23 09:11 maxeisele

Hi,

thanks for bumping the version of Ghidra. Unfortunately I am having issues using the ghidra_bridge in GUI mode. The log says

WARNING:jfx_bridge.bridge:Got java.lang.Throwable: ghidra.util.exception.CancelledException: Operation cancelled

Is it running fine on your setup?

How do I reproduce that? I use Ghidra in headless mode only.

MirkoCovizzi avatar Nov 26 '23 15:11 MirkoCovizzi

You can use Ghidra in GUI mode by setting start_ghidra = False in the config file and starting the ghidra bridge plugin manually. This way you can even see reached program blocks during fuzzing. I will add that to the README, when I find some time.

maxeisele avatar Nov 27 '23 13:11 maxeisele