lazymio
lazymio
That should be expected because PC is not synced for those hooks. What's your use case?
> I somehow fixed the "system register doesn't exist" problem, the machine was in EL2h despite my pstate change. However, the skip problem still remains. On the code I'm emulating,...
Implemented in d3674f84b4556c8b1c12900f6eb32c44aa470daa You need to compile the python bindings to use before next release
I (and probably we, the unicorn engine team) am not a license expert and if you wish a license change, I suggest you pushing the discussion.
> Closing the loop, the following email was sent to QEMU maintainers > > https://lists.nongnu.org/archive/html/qemu-devel/2025-02/msg03975.html > > Per my own response to that mail, I don't think the licensing situation...
You are supposed to send issue to them, no?
As far as I can see, you shall send the issue to the two projects you mentioned, no?
> well it seems it might be coming from unicorn since both projects are having the exact same behavior, right? No. The behavior you described so far _could be_ expected...
For instance, the easiest loop (in x86) is something like: `lbl: jmp lbl` and if you let Unicorn emulate this instruction, it definitely will get stuck here. This is not...
The fix seems not correct as the branch here is taken from QEMU code. What's the exact issue or any reproduction script?