ddisasm icon indicating copy to clipboard operation
ddisasm copied to clipboard

Ambiguity in the result of `symbolic_operand`

Open 5c4lar opened this issue 4 years ago • 1 comments

Some symbolic_operand will be marked as both code and data. This can be observed in almost every test case. Is there any reason for this ambiguity?

5c4lar avatar Apr 11 '22 01:04 5c4lar

This seems like a bug to me.

Really, I'm not sure why we track Type as part of the symbolic_operand relation at all. Most consumers of symbolic_operand ignore it, and those that do use it should be able to trivially check code(Dest) or !code(Dest).

adamjseitz avatar Apr 21 '22 13:04 adamjseitz