devilution-comparer
devilution-comparer copied to clipboard
Small helper tool to aid comparing functions between devilution and the original binary
--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...
In devilution's [#1122](https://github.com/diasurgical/devilution/pull/1122#issuecomment-489418930) @AJenbo responded about checking bin-exactness of a function in CI: > @sskras https://travis-ci.org/diasurgical/devilution/jobs/528380611 line 595 > it's hard to have it any more automatic than that. It...
Currently we have the awkward situation where the VC6 linker is used to generate builds with a PDB file, since the VC5 linker can't process PDBs produced by the VC6...
Some functions have recently been renamed meaning we get mismatches on full diff. Also part of render.cpp has been split in to inline sub-function to deal with the expected ASM...