Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
soulr344 authored Jun 7, 2021
1 parent 28c66fb commit 2b63ebd
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# OMCDecoder
Samsung OMC Decoder implementation in C++ from CSC apk.

# Usage
```
cscdecoder [options] input.xml output.xml
Options:
-d/--decode Decodes input.xml and saves to output.xml (default)
-e/--encode Encodes input.xml and saves to output.xml
-i/--in-place Save output to input.xml (output.xml is ignored)
```

# How to Compile
```clang++ -lz -I./include decoder.cpp -o cscdecoder```

# Credits

### [@mapbox](https://github.com/mapbox/gzip-hpp)

0 comments on commit 2b63ebd

Please sign in to comment.