mirror of
https://github.com/yuzu-emu/unicorn.git
synced 2026-01-07 13:43:11 +00:00
Test case for x86 paging using virtual addresses mapped by Unicorn, as well as unmapped. Attempting to read/write from virtual address ranges unmapped by Unicorn wrongly causes protection faults, even when the virtual address points to read/write regions of Unicorn memory. |
||
|---|---|---|
| .. | ||
| .gitignore | ||
| Makefile | ||
| test_gdt_idt_x86.c | ||
| test_mem_high.c | ||
| test_mem_map.c | ||
| test_mem_map_ptr.c | ||
| test_multihook.c | ||
| test_pc_change.c | ||
| test_sanity.c | ||
| test_tb_x86.c | ||
| test_x86.c | ||
| test_x86_soft_paging.c | ||
| unicorn_test.h | ||