esaulenka / ghidra_v850

Ghidra support for Renesas V850 MCUs
MIT License
62 stars 25 forks source link

Create v850.opinion #9

Closed HexRoman closed 4 years ago

HexRoman commented 4 years ago

Create opinion file for the ELF loader to recognize v850 architecture

esaulenka commented 4 years ago

Oh, again this unclear constants without good documentation...

HexRoman commented 4 years ago

It's the e_machine from the ELF format.

esaulenka commented 4 years ago

Thanks for explanation! But have you tested this module with v800 code? As I know, it not fully compatible even with V850E (not E2) in some minor details.

HexRoman commented 4 years ago

Yes, I did, it works fine. I guess it's not a perfect match, but it worked good enough, and I believe it's better than nothing.