8000 GitHub - IntelOrca/bcmp: Binary diff program
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

IntelOrca/bcmp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bcmp

A simple command-line utility for comparing two files byte by byte

Usage

bcmp [-h] [-v] file1 file2

Options

  • -h: Display help message
  • -v: Display version

Examples

bcmp file1.txt file2.txt

Compares file1.txt and file2.txt byte by byte.

bcmp -v

Displays the version of bcmp.

bcmp -h

Displays help message

Copyright

Copyright (C) 2023 Ted John and ChatGPT

Note

The program compares two files byte by byte and print the byte address and the value of the two bytes for each difference all in hexdecimal.

About

Binary diff program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0