Closed Ebiroll closed 4 years ago
I partailly solved the problem by introducing dummy pad instructions, https://github.com/Ebiroll/ghidra-xtensa/commit/201ffbb26b13cb51881cafcab07054f9facce522
Is there anyway to load the SVD file manually?
Closing the issue, the analysis issues are with the xtensa processor plugin, not the esp32 loader.
Re: SVD, there is an SVD python script for ghidra, though I do not know if it works with my SVD
When performing analysis, not enough padding is used, i.e. for the function at 400d43fc analysis start at 0x400d43f Any way to fix this? I also want to remove the label and perform reanalysis at the correct address, but I cannot define a function on Data. Any tips on how to do this in ghidra?
This is the incorrect analysis as the first 0 should have been ignored. If analysis is performed at address 400d43fc, not 400d43fb then things make more sense.
This should have been,