gdbfuzz
gdbfuzz copied to clipboard
dependencies: Makefile: update ghidra version
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.
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?
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 cancelledIs it running fine on your setup?
How do I reproduce that? I use Ghidra in headless mode only.
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.