Dear forum,
I have two files which should be be compared in hex mode. The files contain a couple of sections, all of the same structure but with minor differences in their content. The sections can be identified by a header string. So I am able to find their starting addresses. I want to compare section n to section m. When BC compares the files it locates the differences in each section and aligns both files to the same section but I need to compare e. g. section n to section m. For that I need to align two hex addresses similar to the alignment of two lines in text compare mode. Is there a way to achieve that in hex mode?
Thanks, Brunolein
I have two files which should be be compared in hex mode. The files contain a couple of sections, all of the same structure but with minor differences in their content. The sections can be identified by a header string. So I am able to find their starting addresses. I want to compare section n to section m. When BC compares the files it locates the differences in each section and aligns both files to the same section but I need to compare e. g. section n to section m. For that I need to align two hex addresses similar to the alignment of two lines in text compare mode. Is there a way to achieve that in hex mode?
Thanks, Brunolein
Comment