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