Hello all, It seems Remill cannot lift the `adcs` instruction in ARMv8. I tested HEX code `0e020cba` : https://armconverter.com/?disasm&code=0e020cba&offset=400544 I attach the bash command that I used: ``` docker run --rm -it remill \ --arch aarch64 --address 0x400544 --ir_out /dev/stdout \ -bytes 0e020cba ```