rizinorg / ideas

Features that would be nice to have but they are not in the roadmap
3 stars 0 forks source link

LoongArch architecture support #22

Open XVilka opened 2 years ago

XVilka commented 2 years ago

LoongArch is the RISC ISA created by the Loongson (previously produced MIPS-based architectures). Architecture is simpler than MIPS and should be easier to implement.

It is being added in the GNU Binutils, GDB, GCC, Linux kernel.

https://github.com/loongson/LoongArch-Documentation

XVilka commented 1 year ago

After disassembly and analysis are implemented, it should also be added in the debuggers - both native and GDB remote:

See for more information:

XVilka commented 2 months ago

Blocked on https://github.com/capstone-engine/capstone/pull/2349