I'm working with two different files that contain lots of identical data; however, the data in question is located at different offsets between the two. For instance, one of the many identical values the two files share is 354124FB
, but this value is located at offset 0x43DC
in the first file and at 0x70B4
in the second file.
The binary compare tools I've tried so far only display differences between two given files - a program that can display all matching data between them (regardless of the offset the data is located at) is what's needed in this case. Are there any programs capable of doing so?
question from:
https://stackoverflow.com/questions/65877409/programs-capable-of-detecting-matching-binary-data-between-two-files 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…