unicorn icon indicating copy to clipboard operation
unicorn copied to clipboard

Fix: UC_HOOK_MEM_READ only triggered once on Arm64 Host machine.

Open saicao opened this issue 10 months ago • 4 comments

Fix UC_HOOK_MEM_READ only triggered once on Arm64 Host machine. add simple test for that. https://github.com/unicorn-engine/unicorn/issues/1908.

saicao avatar Apr 12 '24 03:04 saicao

ppc64le host have same problem with mem hook. It fail my unit tests. want to me remove the unit test I added?

saicao avatar Apr 12 '24 10:04 saicao

ppc64le host have same problem with mem hook. It fail my unit tests. want to me remove the unit test I added?

You can disable tests for ppc64 by using defines as I did somethere.

wtdcode avatar Apr 12 '24 10:04 wtdcode

I try it in android arm64,but not work

Gavin0210 avatar Aug 17 '24 01:08 Gavin0210

fwiw, this patch, applied on top of d4b9248, addresses this (hugely annoying) issue for me.

What is needed to get a fix merged?

droe avatar Sep 06 '24 10:09 droe