Nalen98/AngryGhidra

Solution does not show up

Hellsender01 opened this issue · 2 comments

I am on Ghidra v10.0.
AngryGhidra found the solution but did not display it.
I have tested this on 3 binaries and all share the same problem.

image

Seems your binary is position-independent. Angr will set base address to 0x400000 by deafult. So try to set base address of binary to 0x400000 in Ghidra (Memory Map) like this:

Screenshot from 2021-08-05 17-28-37

And run again with your settings. I've got this:

Screenshot from 2021-08-05 17-32-29

Oh ok! Now it's working fine. I think you should mention this somewhere.