Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 332 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 332 Bytes

bindiff

binary file diff utility for Unicode enabled consoles

Build

C

gcc bindiff.c -o bindiff

Rust

rustc bindiff.rs -o bindiff

Usage

Basic:

./bindiff <path/to/file/one> <path/to/file/two>

With less:

./bindiff <path/to/file/one> <path/to/file/two> | less -R

Output:

bindiff screenshot