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 snapshot restore #1968

Closed PhilippTakacs closed 5 days ago

PhilippTakacs commented 6 days ago

I have forgott some corner cases in the snapshot restore methode.

wtdcode commented 5 days ago

Thanks!