Open SpenserStyles opened 6 years ago
I figured out a work around for Cutter by manually running the RC script.
This issue has been automatically marked as stale because it has not had recent activity. Considering a lot has changed since its creation, we kindly ask you to check again if the issue you reported is still relevant in the current version of radare2. If it is, update this issue with a comment, otherwise it will be automatically closed if no further activity occurs. Thank you for your contributions.
I am using Radare to analyze STM32 code. I load the binary and then create maps for the RAM and peripherals regions. When I save the project it clears the file.path and file.lastpath preventing the binary from being saved with the project when prj.files is true. This affects Cutter since the project when saved as non-simple project no longer has a path to the binary and fails to create the memory map regions.
So I have two issues:
I can workaround radare issue just fine but not sure about the cutter issue
Work environment
Expected behavior
Radare: Allow binary to be saved with project Cutter: Allow loading of non-simple projects with memory maps
Actual behavior
Steps to reproduce the behavior