Sh4w

Results 43 comments of Sh4w

I have found a solution to the first problem, remove a judgment condition in `cpu_tb_exec`. ``` if (cpu->uc->nested_level == 1) { // Only unlock (allow writing to JIT area) if...

ctest all passed. ``` yanglizhi@U-143GQMLJ-2215 build % ctest Test project /Users/yanglizhi/Projects/unicorn/build Start 1: test_x86 1/12 Test #1: test_x86 ......................... Passed 1.95 sec Start 2: test_arm 2/12 Test #2: test_arm ............................

> 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 new (14.2 +...

> > Thanks, I understand. Do you have any plans to solve this problem in the future? > > This is easy to solve if you could provide a smaller...

> I have another similar issue (simulating x86 programs on m3pro) > > terminal output: `[1] 15538 bus error sudo python3.13 ./fibonacci.py` > > report: > > ``` > -------------------------------------...

> > > Thanks, I understand. Do you have any plans to solve this problem in the future? > > > > > > This is easy to solve if...

> @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...

> 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...

目前主要的迭代方向是 iOS,安卓方面目前只具备最基础的能力,JNI 和系统调用都没怎么支持。因为在市面上有一些同类针对安卓的框架,像 [AndroidNativeEmu](https://github.com/AeonLucid/AndroidNativeEmu) 做得已经挺好的了,iOS 则没有直接竞品([unidbg-ios](https://github.com/zhkl0228/unidbg/tree/master/unidbg-ios) 是 Java 框架)。关于稳定性,因为本质上还是黑盒调用,不敢保证内部执行流程一点问题也没有,但这个框架我自己也已经用在了很多项目中,没有太大的问题。 如果想交流的话,可以把联系方式发送到我的邮箱:[[email protected]](mailto:[email protected]),我会联系你。

你的 chomper 好像不是最新版本,可以更新一下版本再试试