Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 487 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 487 Bytes

binCompare

two binary files Compare

usage:

bincmp  file1  file2  [type]  [start addr]  [lenght]
option comment
type 1 2 4 for char word double-word,default 1 for char
start addr offset address from file,default 0
lenght compare data lenght,default whole file content

example: bincmp.exe file1 file2 > ret.txt bincmp.exe file1 file2 2 > ret.txt bincmp.exe file1 file2 4 > ret.txt bincmp.exe file1 file2 1 0x100000 256 > ret.txt