Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/renanbirck/bintools
- Owner: renanbirck
- License: unlicense
- Created: 2024-04-28T21:43:49.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-04-28T21:51:59.000Z (8 months ago)
- Last Synced: 2024-04-28T22:39:51.087Z (8 months ago)
- Language: C
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 file2then you will get a table of the differences between the two files, in the format of
offset file1 file2