NefMoto

Technical => Tuning => Topic started by: orienz on May 26, 2011, 01:06:46 PM



Title: Compare two bin files
Post by: orienz on May 26, 2011, 01:06:46 PM
Hey guys,

Is there any tool that I could use to see the difference between two bin files? ie. tuned and stock file so I know what maps are changed and whats maps are untouched.

Would be awesome if we could automatize this somehow :D

Thanks for help!


Title: Re: Compare two bin files
Post by: Rick on May 26, 2011, 03:30:39 PM
Tuner pro does this, as does WinOLS


Title: Re: Compare two bin files
Post by: littco on May 27, 2011, 01:04:28 AM
Mapanalyser plug in for tuner pro is great.


Title: Re: Compare two bin files
Post by: orienz on May 27, 2011, 05:47:45 AM
WinOLS? Where/How? I can see the difference tool when comparing to original file of the file you are editing but I can not compare two files (two projects). Am I missing something?
Thanks for help!

I know tunerpro can do it but I don't have tunerpro definitions for ECU files I am comparing :/


Title: Re: Compare two bin files
Post by: bazaa on May 27, 2011, 02:30:52 PM
in winols next to the printer icon to the right there is a icon that shows 2 files one on top of the other if you select it you can then choose which file is the reference version then when you select differences it will show you whats different between the 2 versions .If you have loaded a damos .kp it will tell you the names against them also.
Bazaa


Title: Re: Compare two bin files
Post by: nyet on May 27, 2011, 02:42:00 PM
WinOLS? Where/How? I can see the difference tool when comparing to original file of the file you are editing but I can not compare two files (two projects). Am I missing something?

import the bin into your project as another version.


Title: Re: Compare two bin files
Post by: DJGonzo on May 28, 2011, 05:44:54 PM
Import changes feature  ;)


Title: Re: Compare two bin files
Post by: hytron on August 22, 2015, 11:24:42 PM
Fairdell hexcmp2 does it as well.

Or under linux:
hexdump ./file1.bin >a
hexdump ./file2.bin >b
diff ./a ./b
or
cmp ./a ./b


Title: Re: Compare two bin files
Post by: nyet on August 23, 2015, 03:00:28 AM
or even xxd :)