Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/aburdulescu/hexdiff
- Owner: aburdulescu
- License: mit
- Created: 2021-02-02T10:05:30.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-28T17:15:36.000Z (about 2 years ago)
- Last Synced: 2025-01-12T13:53:22.725Z (14 days ago)
- Language: Go
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.