https://github.com/zackproser/golang-binary-parsing
https://github.com/zackproser/golang-binary-parsing
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/zackproser/golang-binary-parsing
- Owner: zackproser
- Created: 2020-02-16T20:22:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-16T20:26:30.000Z (about 6 years ago)
- Last Synced: 2025-01-15T01:07:52.586Z (over 1 year ago)
- Language: Go
- Size: 64.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Binary file parsing in go
This is taken directly from [Jonathan Petitcolas's tutorial](https://www.jonathan-petitcolas.com/2014/09/25/parsing-binary-files-in-go.html).