-
Notifications
You must be signed in to change notification settings - Fork 64
Open
Description
Hello,
I have a binary in which ddisasm incorrectly guesses that a data constant is a symbolic address. (i.e it generates assembly like cmp RCX,OFFSET SomeSymbol+70987
, when it is actually a comparison to an integer constant).
I would like to use a hint to prevent this error. Is there some sort of hint I can use that would specify that there is no symbolic data access at this location, and it is just a constant?
Thanks
Metadata
Metadata
Assignees
Labels
No labels