Unmapped memory is not freed.
While uc_mem_unmap does unmap memory regions from Unicorn, it does not free the memory. It accumulates over time when reusing a single Unicorn instance.
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -118,6 +118,7 @@ x86_16_segfault
|
||||
mips_invalid_read_of_size_4_when_tracing
|
||||
invalid_read_in_tb_flush_x86_64
|
||||
sparc_jump_to_zero
|
||||
mem_nofree
|
||||
|
||||
|
||||
#################
|
||||
|
||||
Reference in New Issue
Block a user