Draft: MSP430 support in Ghidra and PyGhidra#678
Conversation
…rmats in PyGhidra, from MemoryRegions
…ly working in PyGhidra for now. Fixed a bug with code region end address handling in PyGhidra backend.
|
Update on adding a test for MSP430 support in disassembler backends. I added a testcase for the I had to fix a bug in PyGhidra: the end address of a CodeRegion might not be in the Ghidra address space, so it was raise the following exception: As of now, the MSP430 test fails with this exception when using the Ghidra backend: And this exception with the Angr backend: To be further investigated... |
One sentence summary of this PR (This should go in the CHANGELOG!)
Add support for MSP430 (and MSP430X: 32-bit variant) in Ghidra and PyGhidra.
This builds on top of #677, which should be merged first.
Link to Related Issue(s)
None.
Please describe the changes in your request.
Anyone you think should look at this, specifically?