Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/renanbirck/bintools

A small set of C tools to work with binary files. The goal is to work even on the oldest, crappiest system you can think of.
https://github.com/renanbirck/bintools

Last synced: about 1 month ago
JSON representation

A small set of C tools to work with binary files. The goal is to work even on the oldest, crappiest system you can think of.

Awesome Lists containing this project

README

        

## bincmp: a simple utility that compares byte-by-byte two files

### Why?

* I needed this for a project.
* To do something in good old C.

### Usage

* cc -o bincmp bincmp.c
* ./bincmp file1 file2

then you will get a table of the differences between the two files, in the format of

offset file1 file2