Fan Jiang

Results 140 comments of Fan Jiang

I wonder how hard it is to make a feature that puts the jump table in RAM? I am trying to build a Rust-based flight controller and kept bumping into...

@Iey4iej3 I suggest you to have a terminal by your side and `perf record -p -g` when you observe that behavior. That would be really great. After a while, you...

Could be a font issue, rendering in TeXmacs is complicated, probably the unicode character is rendered with a different system

@Karuso33 Are you trying to make the ApSta and then use the raw interface for TX/RX of raw frames? I am trying to do the same here.

This is what I did, but it would be great if the rendering can be done on the server side instead. > I'm not sure what's going on here (sounds...

It will need [uc.c‎](https://github.com/unicorn-engine/unicorn/pull/2246#diff-f978cc716461a0e6511a9a54b7931a714240e15fdc97ca002f75d36bda3af915)

The hook callback will be called twice, once when the callback is first called, and once in the next round when the simulation resumes, because the cleanup of the hooks...

@PhilippTakacs I did not do very extensive testing tbh :) You just need to run the original reproducer in #2175 in a debugger and put a breakpoint on the Rust...

Hi @PhilippTakacs I am sorry for the lack of details. I'm not a regular user of unicorn, this bug is what I discovered in my very first use of unicorn...