Skip to content
This repository has been archived by the owner on Aug 17, 2022. It is now read-only.

objdump cant correctly dissemble instructions that reuse other's encoding #265

Open
linsinan1995 opened this issue Sep 7, 2021 · 0 comments

Comments

@linsinan1995
Copy link

for example, lwgp in zceb extension(zceb do not co-exist with D extension) reuses the encoding of fld, but

lwgp x0,4

will be dissembled into

00403007   fld ft0,4(zero)

it is also a problem for c.decbnez instructions in zceb extenstion.

maybe we can add an arch option to the disassembler, and the disassembler can skip those unsupported instructions based on the given arch string?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant