Skip to content

Samsung OMC Decoder implementation in C++ from CSC apk.

Notifications You must be signed in to change notification settings

soulr344/OMCDecoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Samsung OMC Decoder implementation in C++ from CSC apk.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages