Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Create README.md
  • Loading branch information
matthewbauer committed Mar 2, 2016
1 parent 01f6b40 commit b7762a0
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.md
@@ -0,0 +1,21 @@
# undmg
Extract a DMG file.

## Usage
```sh
./undmg < ./Sublime\ Text\ Build\ 3103.dmg
```

## Building

This requires zlib, bzip2, and glibc to build.

```
$ git clone https://github.com/matthewbauer/undmg.git
$ cd undmg
$ make
$ ./undmg
```

## License
GPL3, most of this code is from the [xpwn](https://github.com/planetbeing/xpwn)

0 comments on commit b7762a0

Please sign in to comment.