commit | 83b4613ba835d6ed6dcee3001c7fc56dc7b21685 | [log] [tgz] |
---|---|---|
author | Alex Bennée <alex.bennee@linaro.org> | Tue Mar 05 12:10:02 2024 +0000 |
committer | Alex Bennée <alex.bennee@linaro.org> | Wed Mar 06 12:35:51 2024 +0000 |
tree | bf4e62ecf576a388d0db187045d746848aa7e9b3 | |
parent | 3077be254538b9fbb4bd5a7a9c60058b4580eb01 [diff] |
disas: introduce show_opcodes For plugins we don't expect the raw opcodes in the disassembly. We already deal with this by hand crafting our capstone call but for other diassemblers we need a flag. Introduce show_opcodes which defaults to off. Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20240305121005.3528075-27-alex.bennee@linaro.org>