lazymio

Results 721 comments of lazymio

> its suppose that the latest Visual studio comes with vcpkg integrated, sorry for asking this but I am not used to it, can I use it? I just want...

Fixed in 8082239cc3a105a6aa1e69c1a122f5eb7999f19c and to be included in 2.1.2

Weird, how can I help to reproduce?

If possible, do as follows: Build a debug build with `-DUNICORN_LOGGING=on -DCMAKE_BUILD_TYPE=Debug`, and run your programs with `UNICORN_LOG_LEVEL=7` environment. Note this prints out every translation buffer and can be very...

I just notice a better way to debug. In `store_helper` and `load_helper`, if possible could you `fprintf(stderr, "%x %x %x\n", addr, val, uc->size_recur_mem)` ? I think it is the culprit.

A PR is also highly welcome! And thanks @PhilippTakacs for the quick patch. ________________________________ From: PhilippTakacs ***@***.***> Sent: Tuesday, April 8, 2025 6:16:30 PM To: unicorn-engine/unicorn ***@***.***> Cc: lazymio ***@***.***>;...

I think it is supposed to be atomic? Any context I missed here?

> Yes, on real cpu the store is atomic: if it is interrupted by an exception, the store is not done even if unaligned and requires multiple cycles. In the...

> will look into this, the new drop logic is a bit messy Notice the same thing. The correct way to do "async drop" is to consider using the blocking...

> > > will look into this, the new drop logic is a bit messy > > > > > > Notice the same thing. > > The correct way...