Skip to content

A byte-level binary file comparator with address range exemption for developers and analysts.

License

Notifications You must be signed in to change notification settings

Rattpak/BinCompare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A command-line tool for comparing binary files, pinpointing differences down to the byte level. Features address range exemption for focused comparisons. Ideal for developers and analysts.

Usage

Arguments:

  • Path to file 1 (mandatory)
  • Path to file 2 (mandatory)
  • Address ranges to skip searching (optional)

Example: BinCompare.exe "path_to_file1.bin" "path_to_file2.bin" 0x3907-0x4D96 0xE859D-0xEBBFB

Preview

Preview of programs current output

TODO

  • verbose arg for more detailed output
  • arg error checking
  • nocolor arg for any unsupported CLI
  • probably some other stuff

About

A byte-level binary file comparator with address range exemption for developers and analysts.

Topics

Resources

License

Stars

Watchers

Forks

Languages