diasurgical / devilution-comparer

Small helper tool to aid comparing functions between devilution and the original binary
The Unlicense
21 stars 9 forks source link

Make displacements and indirect calls "local" #5

Open AJenbo opened 6 years ago

AJenbo commented 6 years ago

--no-mem-disp does a good job of cleaning up the diff and still show you the sizes. But leaves you in a situation where you can't know if you swaped one for another. Still even with out --no-mem-disp enabled it can be hard to track, take this as an exampel: billede It's easy to miss that line 32 is actually referencing the wrong value. If we could instead lable them with a local reference the issue becomes much clear then what we get even with out --no-mem-disp: billede

sskras commented 3 years ago

Any updates on that?

AJenbo commented 3 years ago

no, nothing new has been posted