implement uc_mem_unmap with snapshots

still has todos and need tests
This commit is contained in:
Takacs, Philipp
2023-05-30 16:18:17 +02:00
parent 716c8f1c4c
commit df18756234
23 changed files with 200 additions and 19 deletions

View File

@@ -130,6 +130,8 @@ static inline void uc_common_init(struct uc_struct* uc)
uc->memory_map = memory_map;
uc->memory_map_ptr = memory_map_ptr;
uc->memory_unmap = memory_unmap;
uc->memory_moveout = memory_moveout;
uc->memory_movein = memory_movein;
uc->readonly_mem = memory_region_set_readonly;
uc->target_page = target_page_init;
uc->softfloat_initialize = softfloat_init;