Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/aburdulescu/hexdiff

Diff two hex strings
https://github.com/aburdulescu/hexdiff

Last synced: 12 days ago
JSON representation

Diff two hex strings

Awesome Lists containing this project

README

        

# hexdiff
Diff two hex strings

## Install
- [install go](https://golang.org/doc/install)
- run `go install bandr.me/p/hexdiff@latest`

## Usage
Run the tool with two args: first hex string and second hex string.

E.g.
``` bash
hexdiff 3024a7c5ecb289adcaa00a06082a8648 3002e3646fc42be9f24c6dcaa1b43b29
```

It will print the two args, each on its own line, with the parts that differ colored in red.