You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
x86 has different encodings for instructions such as an implicit displacement of 0 and an explicit displacement of 0. Currently, objdiff is treating them as the same even though they are different sizes and encodings.
Not sure of an expected behavior to show the differences but objdump shows an offset of 0x0 for the explicit displacement and nothing (as objdiff is doing for both) for the implicit displacement of 0x0.
I have linked the scratch that uses objdiff on decomp.me but this issue does show up locally in objdiff.