BitMaskMixer
BitMaskMixer
Cool - good to know :) --- > * Only build logging support when `NDEBUG` is not defined, i.e. debug builds. I am not quite sure if NDEBUG is the...
@wtdcode Is there an easy way to execute the pipeline locally? Like building up the needed docker containers - and execute the whole pipeline with them? I would not dare...
> Personally, I used https://github.com/nektos/act to do this. Yes I have seen that project too - but I did not used it before. A dockerfile which wraps all dependencies would...
Hi @r3-ck0, I was curious in this issue and played a little bit with your python script around. Your script was not working directly, so I had to tweak it...
@tylzh97 I have looked into your example script and used my playground (https://github.com/unicorn-engine/unicorn/pull/1980) to verify the issue. However, I am using a single stepping approach, not multiple internal emulation loops...
@tylzh97 I had another look - give this python script a try, you can continue the execution after the exception, if it has been catched. The python binding (probably all...