Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itchio/damage
🎁 A Go toolkit for DMG disk images
https://github.com/itchio/damage
Last synced: about 1 month 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-03T13:58:41.000Z (over 5 years ago)
- Last Synced: 2024-02-15T11:31:23.279Z (10 months 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
[![Build Status](https://travis-ci.org/itchio/damage.svg?branch=master)](https://travis-ci.org/itchio/damage)
[![GoDoc](https://godoc.org/github.com/itchio/damage?status.svg)](https://godoc.org/github.com/itchio/damage)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/itchio/damage/blob/master/LICENSE)
[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](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.