Skip to content

Commit b650ebb

Browse files
committed
First version
1 parent 4631d14 commit b650ebb

File tree

5 files changed

+21
-2
lines changed

5 files changed

+21
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@
1515
# vendor/
1616
*.DS_Store
1717
*.bin
18+
*.mfd
1819
build/*

README.md

+20-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,20 @@
1-
# gofare
2-
Golang utility to pretty print Mifare dump
1+
![](img/Gofare_banner.png)
2+
Golang utility to pretty print Mifare dump, both `1k` and `4k`.
3+
4+
Based on the mighty [`mfdread`](https://github.com/zhovner/mfdread).
5+
6+
## Usage
7+
8+
```sh
9+
$> gofare -dump MifareDump.bin
10+
```
11+
12+
![](img/img001.png)
13+
14+
To get the color codes:
15+
16+
```sh
17+
$> gofare -dump MifareDump.bin -v
18+
```
19+
20+
![](img/img002.png)

img/Gofare_banner.png

31.1 KB
Loading

img/img001.png

77.1 KB
Loading

img/img002.png

73.4 KB
Loading

0 commit comments

Comments
 (0)