lazymio
lazymio
That is enough for dynasm-rs but not for the crates which depends on it. The culprit is dynasm! macro breaking. Maybe just a dumb implementation for dynasm! macro when DOCS_RS=1?...
Nothing from dtolnay and I don't think it is fixed yet.
You probably forget to apply the patches
No idea what you are talking about...
Came across this thread from twitter. @HongThatCong Check [this](https://github.com/unicorn-engine/unicorn/wiki/FAQ#i-debug-my-application-but-soon-get-an-access-violation-inside-unicorn) @jhhcs Observations might relate to [this](https://github.com/unicorn-engine/unicorn/wiki/FAQ#why-do-i-get-a-wrong-pc-after-emulation-stops) but I'm not very confident. Anyway, Unicorn2 offers: - All notable break changes could be...
I assume this is #2031 , could you have a check?
What happens to self modifying code? Does the optimization break it? From: PhilippTakacs ***@***.***> Date: Friday, 25 October 2024 at 4:39 PM To: unicorn-engine/unicorn ***@***.***> Cc: lazymio ***@***.***>, Comment ***@***.***>...
`uc->size_recur_mem` is a pretty old hack when prototyping Unicorn2. I failed to understand why it was there a few months ago, too.
> > Can you try following patch: > > ``` > > diff --git a/qemu/accel/tcg/translate-all.c b/qemu/accel/tcg/translate-all.c > > index 217522d0..d7608b74 100644 > > --- a/qemu/accel/tcg/translate-all.c > > +++ b/qemu/accel/tcg/translate-all.c >...
> > Btw, does this change fail any unit test? > > Not now, but I can check if I can adjust the test of #2031 for this issue. Thanks....