Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OmcTextDecoder

Decode/Encode Samsung CSC files

How To Use

Download the latest binary here

Decode

Decode a single file:

./omc-decoder -i cscfeature.xml -o cscfeature_decoded.xml

Decode all files under a directory:

./omc-decoder -i omc -o omc_decoded

In-place decode

You can decode files directly without specifying an output path:

./omc-decoder -p -i cscfeature.xml

Or for a directory:

./omc-decoder -p -i omc

Encode

Encode a single file:

./omc-decoder -e -i cscfeature_decoded.xml -o cscfeature.xml

Encode all files under a directory:

./omc-decoder -e -i omc_decoded -o omc_encoded

In-place encode

Encode files directly in place:

./omc-decoder -e -p -i cscfeature_decoded.xml

Or for a directory:

./omc-decoder -e -p -i omc_decoded

How To Build

make

The binary is output to out/

About

Decode/Encode Samsung CSC files, rewritten in C.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Contributors

Languages