https://github.com/itchio/damage
🎁 A Go toolkit for DMG disk images
https://github.com/itchio/damage
Last synced: 5 months ago
JSON representation
🎁 A Go toolkit for DMG disk images
- Host: GitHub
- URL: https://github.com/itchio/damage
- Owner: itchio
- Created: 2018-10-26T12:51:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-03T13:58:41.000Z (almost 6 years ago)
- Last Synced: 2024-02-15T11:31:23.279Z (about 1 year ago)
- Language: Go
- Homepage:
- Size: 28.3 KB
- Stars: 9
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- cybersecurity-golang-security - damage - A toolkit for creating and manipulating DMGs (MacOS Specific)
- awesome-go-security - damage - A toolkit for creating and manipulating DMGs (MacOS Specific)
README
# damage
[](https://travis-ci.org/itchio/damage)
[](https://godoc.org/github.com/itchio/damage)
[](https://github.com/itchio/damage/blob/master/LICENSE)
[](http://unmaintained.tech/)damage deals with DMG files, which are compressed little bundles of evil.
In particular, it should be able to:
* Give you information about a DMG file
* Whether or not it has a SLA (Software License Agreement), for example
* And extracting the text of said SLA
* Attach/detach a DMG file
* Bypassing said SLA if you tell it to## Prerequisites
hdiutil must be in your `$PATH`.
That probably means being on macOS.