unicorn-engine / unicorn

Unicorn CPU emulator framework (ARM, AArch64, M68K, Mips, Sparc, PowerPC, RiscV, S390x, TriCore, X86)
http://www.unicorn-engine.org
GNU General Public License v2.0
7.33k stars 1.31k forks source link

fix cow when using uc_mem_write #1919

Closed PhilippTakacs closed 5 months ago

PhilippTakacs commented 5 months ago

memory_cow expect the address and size to be aligned on pagesize.

wtdcode commented 5 months ago

Merged, thanks!