This repo is used to support analysing the worst platform I've ever used - Contendo.
To update file list:
$ find -name "*.java" > sources.txtTo compile everything:
$ javac @sources.txtTo run the Main class:
$ java MainTo decrypt a directory (unpacked epub) or single file:
-
you would need to find the decryption key from
infofile using Main class. -
update the Decrypt key in
Decrypt.javaand run:$ java Decrypt <source_dir> <destionation_dir>