Decode/Encode Samsung CSC files
Download the latest binary here
Decode a single file:
./omc-decoder -i cscfeature.xml -o cscfeature_decoded.xmlDecode all files under a directory:
./omc-decoder -i omc -o omc_decodedYou can decode files directly without specifying an output path:
./omc-decoder -p -i cscfeature.xmlOr for a directory:
./omc-decoder -p -i omcEncode a single file:
./omc-decoder -e -i cscfeature_decoded.xml -o cscfeature.xmlEncode all files under a directory:
./omc-decoder -e -i omc_decoded -o omc_encodedEncode files directly in place:
./omc-decoder -e -p -i cscfeature_decoded.xmlOr for a directory:
./omc-decoder -e -p -i omc_decodedmakeThe binary is output to out/