Problem description
-
What I was trying to achieve:
I tried to load a raw binary I am already reversing in Ghidra and I was unable to do anything with it. -
What I expected to happen:
At a minimum, I was expecting rev.ng would let me specify load address, architecture type, etc so I can get going to some degrees. -
What went wrong:
No options to describe a raw binary for analysis. -
Project URL:
\revng-cloud\74c259bf-8aa3-40e5-8311-6c51c8fc4c3b
Steps to reproduce the problem
- Create a new project using this program
- Upload a raw binary (e.g. a dump of a Cortex M flash file that usually starts at 0x0800xxxx)
- Observe that no options are available to add information to the binary to get it decompiled or disassembled.