SAI
SAI
Could someone give me a little detail about the itrace tool?
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.
Is it a bug when a translated block with the CF_NOCACHE flag neither regenerates the translated block nor gets removed by uc_ctl_remove_cache? Here is my lazy fix for this issue....
Do you have any plans to add the missing A64 instructions? I’m working on adding PAC instructions to the A64 architecture. The implementation isn’t perfect yet, so please let me...