lazymio

Results 721 comments of lazymio

> Another approach is to mask the 'ctl' approach with an intuitive binding, but then the binding API will have to change. This is cool and I vote for this.

Hey, thanks for your contribution but you shall send to our dev branch.

I went through cmake documents and [ADDITIONAL_CLEAN_FILES](https://cmake.org/cmake/help/latest/prop_dir/ADDITIONAL_CLEAN_FILES.html#prop_dir:ADDITIONAL_CLEAN_FILES) seems to help easier regeneration. If we want to trigger a regeneration, we can simply `make clean`. Could you also add the generated...

> I don't know enough about qemu/unicorn to know what is preventing it from doing that in the first place. The root cause is that if we stop within an...

> Wouldn't this currently also cause issues for the `timeout` parameter in `uc_emu_start`? It calls `uc_emu_stop` in a separate thread, which could potentially happen just before `revert_uc_emu_stop` during an IT...

A few stylish reviews. Thanks for your efforts! The CI failure has nothing to do with this PR.

Is it possible that it simply runs out of memory? We (Qiling) once had exactly the same issue and we resolved it with https://github.com/al-cheb/configure-pagefile-action

Renaming usually is the easiest part doing the port =)

Hello, sorry for late. The changes look good. Could you rebase it to dev?