lazymio
lazymio
This would fail other cases. I remember I added corresponding cases and you can run ctest to check. Generally, the root cause is that we allow users to re-entry the...
I can't remember the exact context of this commit and I will have a check. By the way, could have a try with the wheel from here: https://github.com/unicorn-engine/unicorn/actions/runs/11385747394 (note artifacts...
> > By the way, could have a try with the wheel from here: https://github.com/unicorn-engine/unicorn/actions/runs/11385747394 (note artifacts below) > > Still crashing. Is my system version or CPU is too...
I found a way to reproduce this. It crashes pretty early when initializing the Unicorn instance. Unfortunately, there is no debug symbols for the released binary so I need a...
@sledgeh4w Could you test the artifact from a more recent building: https://github.com/unicorn-engine/unicorn/actions/runs/12211818265 ? I tested the [cibw-wheels-macos-latest-7-py38](https://github.com/unicorn-engine/unicorn/actions/runs/12211818265/artifacts/2288407768) downloaded from this run. It works well while the artifact from older runs...
The root cause is the Github Action not allowing access to SPRR registers. I submitted an issue: https://github.com/actions/runner-images/issues/11127 I will disable the distribution of pre-built wheels for arm64 in the...
Do you really load the built `libunicorn.2.dylib`?
The backport is failing CI. Could you adapt it?
TARGET_PAGE_MASK is not constant in Unicorn and you need to adapt it accordingly.
Unfortunately, I don't see reasonable ways to "install" a package on Windows natively so `UNICORN_INSTALL` only applies on *nix systems. However, `vcpkg` is known to work this out and you...