lazymio

Results 491 comments of lazymio
trafficstars

The integration test passes here: https://github.com/wtdcode/unicorn_downstream/actions/runs/13713368975/job/38353861397

Sorry for missing this issue. This looks clearly a regression, how to reproduce?

This is somehow expected. Unicorn decodes instructions by translation blocks, similar to basic blocks. However, one of the limitation is that, each translation block only holds 512 instructions so that's...

> It really doesn't feel great that the emulation output omits the last 0x200 instructions if those last instructions happen to fall off the end of the page. Yeah, I...

Same here. Feel surprised that there were no duplicate issues?

Look like we missed this file. Why not installing with the wheel? There is the wheel: https://files.pythonhosted.org/packages/ee/24/86da6b3b490d4fa45bc9d4a7b5debbb8f57c704809a6c51e0374cf83ae6f/unicorn-2.1.1-py2.py3-none-macosx_12_7_x86_64.whl

> > Look like we missed this file. Why not installing with the wheel? > > Yes, I finally install it by manually downloaded whl file. Just wonder I might...

How about `--no-cache-dir`? What's the output of `pip3 install --no-cache-dir --only-binary=:all: unicorn`