rizinorg / rz-ghidra

Deep ghidra decompiler and sleigh disassembler integration for rizin
GNU Lesser General Public License v3.0
804 stars 87 forks source link

Support Tricore #319

Open XVilka opened 1 year ago

XVilka commented 1 year ago

Ghidra supports Tricore out of the box.

Once https://github.com/rizinorg/rizin/pull/3463 and https://github.com/rizinorg/rizin/pull/3478 are complete and merged, adding Tricore in rz-ghidra should be simple and straightforward (might require rizinorg/ghidra update though).

Would require some tests as well.

See also https://github.com/NationalSecurityAgency/ghidra/pull/1449 and https://github.com/NationalSecurityAgency/ghidra/pull/1640 (these might be helpful for the Rizin PRs as well)

XVilka commented 1 month ago

I see it was added in https://github.com/rizinorg/rz-ghidra/commit/733ad009bd603a9ea03d386d2781acff7a150ee2 Could you please add a test also?