unicorn
unicorn copied to clipboard
Fix: UC_HOOK_MEM_READ only triggered once on Arm64 Host machine.
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.
ppc64le host have same problem with mem hook. It fail my unit tests. want to me remove the unit test I added?
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.
I try it in android arm64,but not work
fwiw, this patch, applied on top of d4b9248, addresses this (hugely annoying) issue for me.
What is needed to get a fix merged?