When running `` on Mac M1, it crashed with the same error msg described here.
According to the issue it should be fixed in this commit.
Yet in opML we used a fork https://github.com/geohot/unicorn which doesn't include that fix, and updating the submodule itself doesn't simply fix it, since the Unicorn API version is different:
Different API version between core & binding (UC_ERR_VERSION)
In conclusion, I assume we'd better to adopt the upstream Unicorn version instead of the fork?
When running `` on Mac M1, it crashed with the same error msg described here.
According to the issue it should be fixed in this commit.
Yet in opML we used a fork https://github.com/geohot/unicorn which doesn't include that fix, and updating the submodule itself doesn't simply fix it, since the Unicorn API version is different:
In conclusion, I assume we'd better to adopt the upstream Unicorn version instead of the fork?