[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v3 0/3] Update capstone module
From: |
Richard Henderson |
Subject: |
Re: [PATCH v3 0/3] Update capstone module |
Date: |
Sat, 4 Jan 2020 08:48:32 +1100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.2.2 |
On 1/3/20 6:16 PM, Philippe Mathieu-Daudé wrote:
> -0x0010e8f6: lpswe 160(%r15)
> +0x0010e8f6: .byte 0xb2, 0xb2, 0xf0, 0xa0
>
> Is it possible to fallback to the older disassembler on a per-instruction
> basis
> if Capstone doesn't know about an instruction?
Not as written. But I suppose we could rearrange both dump loops to allow such
a thing.
r~