mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-24 02:33:42 +00:00
b6f752970b
This ports over the RISC-V architecture from Qemu. This is currently a very barebones transition. No code hooking or any fancy stuff. Currently, you can feed it instructions and query the CPU state itself. This also allows choosing whether or not RISC-V 32-bit or RISC-V 64-bit is desirable through Unicorn's interface as well. Extremely basic examples of executing a single instruction have been added to the samples directory to help demonstrate how to use the basic functionality. |
||
---|---|---|
.. | ||
.gitignore | ||
Makefile | ||
mem_apis.c | ||
sample_all.sh | ||
sample_arm.c | ||
sample_arm64.c | ||
sample_arm64eb.c | ||
sample_armeb.c | ||
sample_batch_reg.c | ||
sample_m68k.c | ||
sample_mips.c | ||
sample_riscv.c | ||
sample_sparc.c | ||
sample_x86.c | ||
sample_x86_32_gdt_and_seg_regs.c | ||
shellcode.c |