rizinorg / rz-ghidra

Deep ghidra decompiler and sleigh disassembler integration for rizin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PIC (mcu) architecture support

karliss opened this issue · comments

In theory both Ghidra and Rizin support it, but there is no mapping in https://github.com/rizinorg/rz-ghidra/blob/733ad009bd603a9ea03d386d2781acff7a150ee2/src/ArchMap.cpp .

Not sure how much additional arch specific code is required besides that. Might also have some adressing/memory region weirdness due to Harvard architecture (like many 8bit MCUs).

@imbillow could you please add also the mapping for PIC and #341?