Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
blacktop committed Jan 13, 2025
1 parent 5616c42 commit 5ea8ee2
Showing 1 changed file with 27 additions and 1 deletion.
28 changes: 27 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,28 @@
# go-bindiff
Go package to interface with bindiff
[![Go](https://github.com/blacktop/go-bindiff/actions/workflows/go.yml/badge.svg)](https://github.com/blacktop/go-bindiff/actions/workflows/go.yml) [![Go Reference](https://pkg.go.dev/badge/github.com/blacktop/go-bindiff.svg)](https://pkg.go.dev/github.com/blacktop/go-bindiff) [![License](http://img.shields.io/:license-mit-blue.svg)](http://doge.mit-license.org)

> Go package to interface with bindiff
## Getting Started

```
go get github.com/blacktop/go-bindiff
```

### `bindiff` demo tool

Install

```
go install github.com/blacktop/go-bindiff/cmd/bindiff@latest
```

Usage

```
bindiff path/to/BinExport1 path/to/BinExport2
```

## License

MIT Copyright (c) 2025 **blacktop**

0 comments on commit 5ea8ee2

Please sign in to comment.